#4BBF89

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

Shades of Emerald #4BBF89

Tints of Emerald #4BBF89

Color information

#4BBF89 (or 0x4BBF89) is unknown color: approx Emerald. HEX triplet: 4B, BF and 89. RGB value is (75,191,137). Sum of RGB (Red+Green+Blue) = 75+191+137=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBF89 is #B44076. Grayscale: #969696. Windows color (decimal): -11812983 or 9027403. OLE color: 9027403.

HSL color Cylindrical-coordinate representation of color #4BBF89: hue angle of 152.07º 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 #4BBF89 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB75191137-
CMYK0.6100.280.25
HSL152.07º47.54%52.16%-
HSV(B)152.07º60.73%74.9%-
XYZ26.0540.5630.12-
YUV150.16120.5774.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.61%
GREEN value IS 191 (75% from 255) = 47.39%
BLUE value IS 137 (53.91% from 255) = 34.00%
R=18.61%
G=47.39%
B=34.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751911370.6100.280.25152.0747.5452.16
Hex4BBF893D01C19983034
Octal11327721175034312306064
Binary100101110111111100010011111010111001100110011000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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