#c0dd00

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

Shades of Inch Worm #C0DD00

Tints of Inch Worm #C0DD00

Color information

#C0DD00 (or 0xC0DD00) is unknown color: approx Inch Worm. HEX triplet: C0, DD and 00. RGB value is (192,221,0). Sum of RGB (Red+Green+Blue) = 192+221+0=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DD00 is #3F22FF. Grayscale: #BBBBBB. Windows color (decimal): -4137728 or 56768. OLE color: 56768.

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

Color convert

RGB1922210-
CMYK0.13010.13
HSL67.87º100%43.33%-
HSV(B)67.87º100%86.67%-
XYZ47.5962.929.64-
YUV187.1422.39131.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 221 (86.72% from 255) = 53.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.49%
G=53.51%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19222100.13010.1367.8710043.33
HexC0DD0D064D44642b
Octal30033501501441510414453
Binary11000000110111010110101100100110110001001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0dd00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0dd00; }

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

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

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

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

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

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

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

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