#C7DD00

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

Shades of Inch Worm #C7DD00

Tints of Inch Worm #C7DD00

Color information

#C7DD00 (or 0xC7DD00) is unknown color: approx Inch Worm. HEX triplet: C7, DD and 00. RGB value is (199,221,0). Sum of RGB (Red+Green+Blue) = 199+221+0=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7DD00 is #3822FF. Grayscale: #BEBEBE. Windows color (decimal): -3678976 or 56775. OLE color: 56775.

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

Color convert

RGB1992210-
CMYK0.10010.13
HSL65.97º100%43.33%-
HSV(B)65.97º100%86.67%-
XYZ49.4163.869.72-
YUV189.2321.21134.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 221 (86.72% from 255) = 52.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.38%
G=52.62%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19922100.10010.1365.9710043.33
HexC7DD0A064D42642b
Octal30733501201441510214453
Binary11000111110111010101001100100110110000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DD00; }

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

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

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

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

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

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

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

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