Html Css Color HEX #C0E401 Inch Worm

📋 copy color: '#C0E401'

red 192 ◦ green 228 ◦ blue 1

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

Shades of Inch Worm #C0E401

Tints of Inch Worm #C0E401

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

 GREEN value IS 228 (89.45% from 255) = 54.16%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 45.61%
G = 54.16%
B = 0.24%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#C0E401 (or 0xC0E401) is known color: Inch Worm. HEX triplet: C0, E4 and 01. RGB value is (192,228,1). Sum of RGB (Red+Green+Blue) = 192+228+1=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E401 is #3F1BFE. Grayscale: #C0C0C0. Windows color (decimal): -4135935 or 124096. OLE color: 124096.

HSL color Cylindrical-coordinate representation of color #C0E401: hue angle of 69.52º 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 #C0E401 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 228 1 -
CMYK 0.16 0 1.00 0.11
HSL 69.52º 0.99% 0.45% -
HSV(B) 69.52º 1% 0.89% -
XYZ 49.49 66.7 10.29 -
YUV 191.36 20.57 128.46 -
System Red Green Blue C M Y K H S L
Decimal 192 228 1 0.16 0 1.00 0.11 69.52 0.99 0.45
Hex C0 E4 1 10 0 64 B 46 63 2D
Octal 300 344 1 20 0 144 13 106 143 55
Binary 11000000 11100100 1 10000 0 1100100 1011 1000110 1100011 101101

Color Harmonies of #C0E401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E401

Black with #C0E401

Text Example


Text Example

White with #C0E401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E401; }

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

 H1.HeaderClassName
 {
   color: #C0E401;
 }
 .AnyTagClassName
 {
   color: #C0E401;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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