#4CBF80

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

Shades of Emerald #4CBF80

Tints of Emerald #4CBF80

Color information

#4CBF80 (or 0x4CBF80) is unknown color: approx Emerald. HEX triplet: 4C, BF and 80. RGB value is (76,191,128). Sum of RGB (Red+Green+Blue) = 76+191+128=395 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.24% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBF80 is #B3407F. Grayscale: #959595. Windows color (decimal): -11747456 or 8437580. OLE color: 8437580.

HSL color Cylindrical-coordinate representation of color #4CBF80: hue angle of 147.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBF80 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB76191128-
CMYK0.6000.330.25
HSL147.13º47.33%52.35%-
HSV(B)147.13º60.21%74.9%-
XYZ25.5140.3626.87-
YUV149.43115.975.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.24%
GREEN value IS 191 (75% from 255) = 48.35%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=19.24%
G=48.35%
B=32.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761911280.6000.330.25147.1347.3352.35
Hex4CBF803C02119932f34
Octal11427720074041312235764
Binary1001100101111111000000011110001000011100110010011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,191,128); }

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

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

 a { background-color: rgb(76,191,128); }

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

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

 span { border-color: rgb(76,191,128); }

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