Html Css Color HEX #C0E016 Inch Worm

📋 copy color: '#C0E016'

red 192 ◦ green 224 ◦ blue 22

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

Shades of Inch Worm #C0E016

Tints of Inch Worm #C0E016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 43.84%
G = 51.14%
B = 5.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#C0E016 (or 0xC0E016) is known color: Inch Worm. HEX triplet: C0, E0 and 16. RGB value is (192,224,22). Sum of RGB (Red+Green+Blue) = 192+224+22=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E016 is #3F1FE9. Grayscale: #C0C0C0. Windows color (decimal): -4136938 or 1499328. OLE color: 1499328.

HSL color Cylindrical-coordinate representation of color #C0E016: hue angle of 69.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0E016 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 224 22 -
CMYK 0.14 0 0.90 0.12
HSL 69.5º 0.82% 0.48% -
HSV(B) 69.5º 0.9% 0.88% -
XYZ 48.54 64.58 10.67 -
YUV 191.4 32.4 128.43 -
System Red Green Blue C M Y K H S L
Decimal 192 224 22 0.14 0 0.90 0.12 69.5 0.82 0.48
Hex C0 E0 16 E 0 5A C 46 52 30
Octal 300 340 26 16 0 132 14 106 122 60
Binary 11000000 11100000 10110 1110 0 1011010 1100 1000110 1010010 110000

Color Harmonies of #C0E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E016

Black with #C0E016

Text Example


Text Example

White with #C0E016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E016; }

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

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

background-color css

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

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

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

border-color css

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

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

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