#c2dd00

Color #C2DD00 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #C2DD00

Tints of Inch Worm #C2DD00

Color information

#C2DD00 (or 0xC2DD00) is unknown color: approx Inch Worm. HEX triplet: C2, DD and 00. RGB value is (194,221,0). Sum of RGB (Red+Green+Blue) = 194+221+0=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD00 is #3D22FF. Grayscale: #BCBCBC. Windows color (decimal): -4006656 or 56770. OLE color: 56770.

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

Color convert

RGB1942210-
CMYK0.12010.13
HSL67.33º100%43.33%-
HSV(B)67.33º100%86.67%-
XYZ48.163.189.66-
YUV187.7322.05132.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 221 (86.72% from 255) = 53.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.75%
G=53.25%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19422100.12010.1367.3310043.33
HexC2DD0C064D43642b
Octal30233501401441510314453
Binary11000010110111010110001100100110110000111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2dd00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2dd00; }

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

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

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

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

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

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

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

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