#4CDD65

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

Shades of Emerald #4CDD65

Tints of Emerald #4CDD65

Color information

#4CDD65 (or 0x4CDD65) is unknown color: approx Emerald. HEX triplet: 4C, DD and 65. RGB value is (76,221,101). Sum of RGB (Red+Green+Blue) = 76+221+101=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD65 is #B3229A. Grayscale: #A4A4A4. Windows color (decimal): -11739803 or 6675788. OLE color: 6675788.

HSL color Cylindrical-coordinate representation of color #4CDD65: hue angle of 130.34º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDD65 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB76221101-
CMYK0.6600.540.13
HSL130.34º68.08%58.24%-
HSV(B)130.34º65.61%86.67%-
XYZ31.1954.1921.13-
YUV163.9692.4665.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.10%
GREEN value IS 221 (86.72% from 255) = 55.53%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=19.10%
G=55.53%
B=25.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762211010.6600.540.13130.3468.0858.24
Hex4CDD6542036D82443a
Octal1143351451020661520210472
Binary1001100110111011100101100001001101101101100000101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,221,101); }

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

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

 a { background-color: rgb(76,221,101); }

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

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

 span { border-color: rgb(76,221,101); }

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