#C8E20E

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

Shades of Inch Worm #C8E20E

Tints of Inch Worm #C8E20E

Color information

#C8E20E (or 0xC8E20E) is unknown color: approx Inch Worm. HEX triplet: C8, E2 and 0E. RGB value is (200,226,14). Sum of RGB (Red+Green+Blue) = 200+226+14=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 14 (5.86% from 255 or 3.18% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E20E is #371DF1. Grayscale: #C2C2C2. Windows color (decimal): -3612146 or 975560. OLE color: 975560.

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

Color convert

RGB20022614-
CMYK0.1200.940.11
HSL67.36º88.33%47.06%-
HSV(B)67.36º93.81%88.63%-
XYZ51.166.710.6-
YUV194.0626.39132.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 226 (88.67% from 255) = 51.36%
BLUE value IS 14 (5.86% from 255) = 3.18%
R=45.45%
G=51.36%
B=3.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal200226140.1200.940.1167.3688.3347.06
HexC8E2EC05EB43582f
Octal310342161401361310313057
Binary11001000111000101110110001011110101110000111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E20E; }

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

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

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

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

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

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

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

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