#C8E70E

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

Shades of Inch Worm #C8E70E

Tints of Inch Worm #C8E70E

Color information

#C8E70E (or 0xC8E70E) is unknown color: approx Inch Worm. HEX triplet: C8, E7 and 0E. RGB value is (200,231,14). Sum of RGB (Red+Green+Blue) = 200+231+14=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E70E is #3718F1. Grayscale: #C5C5C5. Windows color (decimal): -3610866 or 976840. OLE color: 976840.

HSL color Cylindrical-coordinate representation of color #C8E70E: hue angle of 68.57º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8E70E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB20023114-
CMYK0.1300.940.09
HSL68.57º88.57%48.04%-
HSV(B)68.57º93.94%90.59%-
XYZ52.4769.4611.06-
YUV196.9924.73130.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 231 (90.62% from 255) = 51.91%
BLUE value IS 14 (5.86% from 255) = 3.15%
R=44.94%
G=51.91%
B=3.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal200231140.1300.940.0968.5788.5748.04
HexC8E7ED05E9455930
Octal310347161501361110513160
Binary11001000111001111110110101011110100110001011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E70E; }

 p { color: rgb(200,231,14); }

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

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

 a { background-color: rgb(200,231,14); }

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

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

 span { border-color: rgb(200,231,14); }

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