#3CDD00

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

Shades of Harlequin #3CDD00

Tints of Harlequin #3CDD00

Color information

#3CDD00 (or 0x3CDD00) is unknown color: approx Harlequin. HEX triplet: 3C, DD and 00. RGB value is (60,221,0). Sum of RGB (Red+Green+Blue) = 60+221+0=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDD00 is #C322FF. Grayscale: #949494. Windows color (decimal): -12788480 or 56636. OLE color: 56636.

HSL color Cylindrical-coordinate representation of color #3CDD00: hue angle of 103.71º 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 #3CDD00 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB602210-
CMYK0.73010.13
HSL103.71º100%43.33%-
HSV(B)103.71º100%86.67%-
XYZ27.7252.678.71-
YUV147.6744.6665.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.35%
GREEN value IS 221 (86.72% from 255) = 78.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.35%
G=78.65%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6022100.73010.13103.7110043.33
Hex3CDD049064D68642b
Octal74335011101441515014453
Binary111100110111010100100101100100110111010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CDD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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