#4CCF74

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

Shades of Emerald #4CCF74

Tints of Emerald #4CCF74

Color information

#4CCF74 (or 0x4CCF74) is unknown color: approx Emerald. HEX triplet: 4C, CF and 74. RGB value is (76,207,116). Sum of RGB (Red+Green+Blue) = 76+207+116=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCF74 is #B3308B. Grayscale: #9D9D9D. Windows color (decimal): -11743372 or 7655244. OLE color: 7655244.

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

Color convert

RGB76207116-
CMYK0.6300.440.19
HSL138.32º57.71%55.49%-
HSV(B)138.32º63.29%81.18%-
XYZ28.4547.4224.18-
YUV157.46104.669.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.05%
GREEN value IS 207 (81.25% from 255) = 51.88%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=19.05%
G=51.88%
B=29.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal762071160.6300.440.19138.3257.7155.49
Hex4CCF743F02C138a3a37
Octal11431716477054232127267
Binary100110011001111111010011111101011001001110001010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,207,116); }

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

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

 a { background-color: rgb(76,207,116); }

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

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

 span { border-color: rgb(76,207,116); }

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