Html Css Color HEX #C0E010 Inch Worm

📋 copy color: '#C0E010'

red 192 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #C0E010

Tints of Inch Worm #C0E010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.85%

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 44.44%
G = 51.85%
B = 3.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#C0E010 (or 0xC0E010) is known color: Inch Worm. HEX triplet: C0, E0 and 10. RGB value is (192,224,16). Sum of RGB (Red+Green+Blue) = 192+224+16=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E010 is #3F1FEF. Grayscale: #BFBFBF. Windows color (decimal): -4136944 or 1106112. OLE color: 1106112.

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

Color convert

RGB 192 224 16 -
CMYK 0.14 0 0.93 0.12
HSL 69.23º 0.87% 0.47% -
HSV(B) 69.23º 0.93% 0.88% -
XYZ 48.49 64.56 10.4 -
YUV 190.72 29.4 128.91 -
System Red Green Blue C M Y K H S L
Decimal 192 224 16 0.14 0 0.93 0.12 69.23 0.87 0.47
Hex C0 E0 10 E 0 5D C 45 57 2F
Octal 300 340 20 16 0 135 14 105 127 57
Binary 11000000 11100000 10000 1110 0 1011101 1100 1000101 1010111 101111

Color Harmonies of #C0E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E010

Black with #C0E010

Text Example


Text Example

White with #C0E010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E010; }

 p { color: rgb(192,224,16); }

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

background-color css

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

 a { background-color: rgb(192,224,16); }

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

border-color css

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

 span { border-color: rgb(192,224,16); }

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