Html Css Color HEX #C0E201 Inch Worm

📋 copy color: '#C0E201'

red 192 ◦ green 226 ◦ blue 1

#C0E201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #C0E201

Tints of Inch Worm #C0E201

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 value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#C0E201 (or 0xC0E201) is known color: 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

RGB 192 226 1 -
CMYK 0.15 0 1.00 0.11
HSL 69.07º 0.99% 0.45% -
HSV(B) 69.07º 1% 0.89% -
XYZ 48.94 65.6 10.11 -
YUV 190.18 21.24 129.3 -
System Red Green Blue C M Y K H S L
Decimal 192 226 1 0.15 0 1.00 0.11 69.07 0.99 0.45
Hex C0 E2 1 F 0 64 B 45 63 2D
Octal 300 342 1 17 0 144 13 105 143 55
Binary 11000000 11100010 1 1111 0 1100100 1011 1000101 1100011 101101

Color Harmonies of #C0E201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E201

Black with #C0E201

Text Example


Text Example

White with #C0E201

Text Example


Text Example

HTML Codes & Css Web 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>