#C2DE13

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

Shades of Inch Worm #C2DE13

Tints of Inch Worm #C2DE13

Color information

#C2DE13 (or 0xC2DE13) is unknown color: approx Inch Worm. HEX triplet: C2, DE and 13. RGB value is (194,222,19). Sum of RGB (Red+Green+Blue) = 194+222+19=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 19 (7.81% from 255 or 4.37% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DE13 is #3D21EC. Grayscale: #BFBFBF. Windows color (decimal): -4006381 or 1302210. OLE color: 1302210.

HSL color Cylindrical-coordinate representation of color #C2DE13: hue angle of 68.28º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2DE13 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB19422219-
CMYK0.1300.910.13
HSL68.28º84.23%47.25%-
HSV(B)68.28º91.44%87.06%-
XYZ48.4963.7610.37-
YUV190.4931.22130.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 222 (87.11% from 255) = 51.03%
BLUE value IS 19 (7.81% from 255) = 4.37%
R=44.60%
G=51.03%
B=4.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194222190.1300.910.1368.2884.2347.25
HexC2DE13D05BD44542f
Octal302336231501331510412457
Binary110000101101111010011110101011011110110001001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DE13; }

 p { color: rgb(194,222,19); }

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

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

 a { background-color: rgb(194,222,19); }

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

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

 span { border-color: rgb(194,222,19); }

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