Html Css Color HEX #C0E316 Inch Worm

📋 copy color: '#C0E316'

red 192 ◦ green 227 ◦ blue 22

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

Shades of Inch Worm #C0E316

Tints of Inch Worm #C0E316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.47%

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

R = 43.54%
G = 51.47%
B = 4.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#C0E316 (or 0xC0E316) is known color: Inch Worm. HEX triplet: C0, E3 and 16. RGB value is (192,227,22). Sum of RGB (Red+Green+Blue) = 192+227+22=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 227 (89.06% from 255 or 51.47% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E316 is #3F1CE9. Grayscale: #C1C1C1. Windows color (decimal): -4136170 or 1500096. OLE color: 1500096.

HSL color Cylindrical-coordinate representation of color #C0E316: hue angle of 70.24º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0E316 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 227 22 -
CMYK 0.15 0 0.90 0.11
HSL 70.24º 0.82% 0.49% -
HSV(B) 70.24º 0.9% 0.89% -
XYZ 49.35 66.2 10.94 -
YUV 193.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 192 227 22 0.15 0 0.90 0.11 70.24 0.82 0.49
Hex C0 E3 16 F 0 5A B 46 52 31
Octal 300 343 26 17 0 132 13 106 122 61
Binary 11000000 11100011 10110 1111 0 1011010 1011 1000110 1010010 110001

Color Harmonies of #C0E316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E316

Black with #C0E316

Text Example


Text Example

White with #C0E316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E316; }

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

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

background-color css

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

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

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

border-color css

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

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

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