#4CCD61

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

Shades of Emerald #4CCD61

Tints of Emerald #4CCD61

Color information

#4CCD61 (or 0x4CCD61) is unknown color: approx Emerald. HEX triplet: 4C, CD and 61. RGB value is (76,205,97). Sum of RGB (Red+Green+Blue) = 76+205+97=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCD61 is #B3329E. Grayscale: #9A9A9A. Windows color (decimal): -11743903 or 6409548. OLE color: 6409548.

HSL color Cylindrical-coordinate representation of color #4CCD61: hue angle of 129.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCD61 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB7620597-
CMYK0.6300.530.20
HSL129.77º56.33%55.1%-
HSV(B)129.77º62.93%80.39%-
XYZ26.9746.0618.78-
YUV154.1295.7672.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.11%
GREEN value IS 205 (80.47% from 255) = 54.23%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=20.11%
G=54.23%
B=25.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76205970.6300.530.20129.7756.3355.1
Hex4CCD613F03514823837
Octal11431514177065242027067
Binary100110011001101110000111111101101011010010000010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,205,97); }

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

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

 a { background-color: rgb(76,205,97); }

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

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

 span { border-color: rgb(76,205,97); }

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