#4CDD00

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

Shades of Harlequin #4CDD00

Tints of Harlequin #4CDD00

Color information

#4CDD00 (or 0x4CDD00) is unknown color: approx Harlequin. HEX triplet: 4C, DD and 00. RGB value is (76,221,0). Sum of RGB (Red+Green+Blue) = 76+221+0=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 221 (86.72% from 255 or 74.41% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDD00 is #B322FF. Grayscale: #999999. Windows color (decimal): -11739904 or 56652. OLE color: 56652.

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

Color convert

RGB762210-
CMYK0.66010.13
HSL99.37º100%43.33%-
HSV(B)99.37º100%86.67%-
XYZ28.8453.258.76-
YUV152.4541.9673.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.59%
GREEN value IS 221 (86.72% from 255) = 74.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.59%
G=74.41%
B=0%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7622100.66010.1399.3710043.33
Hex4CDD042064D63642b
Octal114335010201441514314453
Binary1001100110111010100001001100100110111000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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