#4BBF87

Color #4BBF87 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4BBF87

Tints of Emerald #4BBF87

Color information

#4BBF87 (or 0x4BBF87) is unknown color: approx Emerald. HEX triplet: 4B, BF and 87. RGB value is (75,191,135). Sum of RGB (Red+Green+Blue) = 75+191+135=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBF87 is #B44078. Grayscale: #969696. Windows color (decimal): -11812985 or 8896331. OLE color: 8896331.

HSL color Cylindrical-coordinate representation of color #4BBF87: hue angle of 151.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBF87 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB75191135-
CMYK0.6100.290.25
HSL151.03º47.54%52.16%-
HSV(B)151.03º60.73%74.9%-
XYZ25.9140.5129.37-
YUV149.93119.5774.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 18.70%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=18.70%
G=47.63%
B=33.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751911350.6100.290.25151.0347.5452.16
Hex4BBF873D01D19973034
Octal11327720775035312276064
Binary100101110111111100001111111010111011100110010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BBF87; }

 p { color: rgb(75,191,135); }

 H1.HeaderClassName
 {
   color: #4BBF87;
 }
 .AnyTagClassName
 {
   color: #4BBF87;
 }
</style>
background-color css

<style>
 a { background-color: #4BBF87; }

 a { background-color: rgb(75,191,135); }

 div.DivClassName
 {
   background-color: #4BBF87;
 }
 .BgClassName
 {
   background-color: #4BBF87;
 }
</style>
border-color css

<style>
 span { border-color: #4BBF87; }

 span { border-color: rgb(75,191,135); }

 td.TdClassName
 {
   border-color: #4BBF87;
 }
 .TagClassName
 {
   border-color: #4BBF87;
 }
</style>