#C0DC10

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

Shades of Inch Worm #C0DC10

Tints of Inch Worm #C0DC10

Color information

#C0DC10 (or 0xC0DC10) is unknown color: approx Inch Worm. HEX triplet: C0, DC and 10. RGB value is (192,220,16). Sum of RGB (Red+Green+Blue) = 192+220+16=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DC10 is #3F23EF. Grayscale: #BDBDBD. Windows color (decimal): -4137968 or 1105088. OLE color: 1105088.

HSL color Cylindrical-coordinate representation of color #C0DC10: hue angle of 68.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0DC10 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB19222016-
CMYK0.1300.930.14
HSL68.24º86.44%46.27%-
HSV(B)68.24º92.73%86.27%-
XYZ47.4262.4310.04-
YUV188.3730.72130.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 220 (86.33% from 255) = 51.40%
BLUE value IS 16 (6.64% from 255) = 3.74%
R=44.86%
G=51.40%
B=3.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192220160.1300.930.1468.2486.4446.27
HexC0DC10D05DE44562e
Octal300334201501351610412656
Binary110000001101110010000110101011101111010001001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DC10; }

 p { color: rgb(192,220,16); }

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

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

 a { background-color: rgb(192,220,16); }

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

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

 span { border-color: rgb(192,220,16); }

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