#4BCF86

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

Shades of Emerald #4BCF86

Tints of Emerald #4BCF86

Color information

#4BCF86 (or 0x4BCF86) is unknown color: approx Emerald. HEX triplet: 4B, CF and 86. RGB value is (75,207,134). Sum of RGB (Red+Green+Blue) = 75+207+134=416 (55% of max value = 765). Red value is 75 (29.69% from 255 or 18.03% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCF86 is #B43079. Grayscale: #9F9F9F. Windows color (decimal): -11808890 or 8834891. OLE color: 8834891.

HSL color Cylindrical-coordinate representation of color #4BCF86: hue angle of 146.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCF86 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB75207134-
CMYK0.6400.350.19
HSL146.82º57.89%55.29%-
HSV(B)146.82º63.77%81.18%-
XYZ29.5247.8430.23-
YUV159.21113.7767.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.03%
GREEN value IS 207 (81.25% from 255) = 49.76%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=18.03%
G=49.76%
B=32.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal752071340.6400.350.19146.8257.8955.29
Hex4BCF864002313933a37
Octal113317206100043232237267
Binary10010111100111110000110100000001000111001110010011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,207,134); }

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

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

 a { background-color: rgb(75,207,134); }

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

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

 span { border-color: rgb(75,207,134); }

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