#4bcf8e

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

Shades of Emerald #4BCF8E

Tints of Emerald #4BCF8E

Color information

#4BCF8E (or 0x4BCF8E) is unknown color: approx Emerald. HEX triplet: 4B, CF and 8E. RGB value is (75,207,142). Sum of RGB (Red+Green+Blue) = 75+207+142=424 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.69% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #4BCF8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCF8E is #B43071. Grayscale: #A0A0A0. Windows color (decimal): -11808882 or 9359179. OLE color: 9359179.

HSL color Cylindrical-coordinate representation of color #4BCF8E: hue angle of 150.45º 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 #4BCF8E is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB75207142-
CMYK0.6400.310.19
HSL150.45º57.89%55.29%-
HSV(B)150.45º63.77%81.18%-
XYZ30.148.0733.28-
YUV160.12117.7767.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.69%
GREEN value IS 207 (81.25% from 255) = 48.82%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=17.69%
G=48.82%
B=33.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal752071420.6400.310.19150.4557.8955.29
Hex4BCF8E4001F13963a37
Octal113317216100037232267267
Binary1001011110011111000111010000000111111001110010110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bcf8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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