#C8E006

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

Shades of Inch Worm #C8E006

Tints of Inch Worm #C8E006

Color information

#C8E006 (or 0xC8E006) is unknown color: approx Inch Worm. HEX triplet: C8, E0 and 06. RGB value is (200,224,6). Sum of RGB (Red+Green+Blue) = 200+224+6=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E006 is #371FF9. Grayscale: #C0C0C0. Windows color (decimal): -3612666 or 450760. OLE color: 450760.

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

Color convert

RGB2002246-
CMYK0.1100.970.12
HSL66.61º94.78%45.1%-
HSV(B)66.61º97.32%87.84%-
XYZ50.5165.610.17-
YUV191.9723.05133.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 224 (87.89% from 255) = 52.09%
BLUE value IS 6 (2.73% from 255) = 1.40%
R=46.51%
G=52.09%
B=1.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal20022460.1100.970.1266.6194.7845.1
HexC8E06B061C435f2d
Octal31034061301411410313755
Binary1100100011100000110101101100001110010000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E006; }

 p { color: rgb(200,224,6); }

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

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

 a { background-color: rgb(200,224,6); }

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

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

 span { border-color: rgb(200,224,6); }

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