#C0E201

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

Shades of Inch Worm #C0E201

Tints of Inch Worm #C0E201

Color information

#C0E201 (or 0xC0E201) is unknown color: approx Inch Worm. HEX triplet: C0, E2 and 01. RGB value is (192,226,1). Sum of RGB (Red+Green+Blue) = 192+226+1=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E201 is #3F1DFE. Grayscale: #BFBFBF. Windows color (decimal): -4136447 or 123584. OLE color: 123584.

HSL color Cylindrical-coordinate representation of color #C0E201: hue angle of 69.07º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0E201 is Cyan = 0.15, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB1922261-
CMYK0.1501.000.11
HSL69.07º99.12%44.51%-
HSV(B)69.07º99.56%88.63%-
XYZ48.9465.610.11-
YUV190.1821.24129.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 226 (88.67% from 255) = 53.94%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=45.82%
G=53.94%
B=0.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19222610.1501.000.1169.0799.1244.51
HexC0E21F064B45632d
Octal30034211701441310514355
Binary11000000111000101111101100100101110001011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E201; }

 p { color: rgb(192,226,1); }

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

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

 a { background-color: rgb(192,226,1); }

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

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

 span { border-color: rgb(192,226,1); }

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