#C2DD0B

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

Shades of Inch Worm #C2DD0B

Tints of Inch Worm #C2DD0B

Color information

#C2DD0B (or 0xC2DD0B) is unknown color: approx Inch Worm. HEX triplet: C2, DD and 0B. RGB value is (194,221,11). Sum of RGB (Red+Green+Blue) = 194+221+11=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2DD0B is #3D22F4. Grayscale: #BDBDBD. Windows color (decimal): -4006645 or 777666. OLE color: 777666.

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

Color convert

RGB19422111-
CMYK0.1200.950.13
HSL67.71º90.52%45.49%-
HSV(B)67.71º95.02%86.67%-
XYZ48.1663.219.98-
YUV188.9927.55131.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 221 (86.72% from 255) = 51.88%
BLUE value IS 11 (4.69% from 255) = 2.58%
R=45.54%
G=51.88%
B=2.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194221110.1200.950.1367.7190.5245.49
HexC2DDBC05FD445b2d
Octal302335131401371510413355
Binary11000010110111011011110001011111110110001001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DD0B; }

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

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

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

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

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

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

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

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