Html Css Color HEX #C0EB14 Inch Worm

📋 copy color: '#C0EB14'

red 192 ◦ green 235 ◦ blue 20

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

Shades of Inch Worm #C0EB14

Tints of Inch Worm #C0EB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.57%

 BLUE value IS 20 (8.2% from 255) = 4.47%

R = 42.95%
G = 52.57%
B = 4.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#C0EB14 (or 0xC0EB14) is known color: Inch Worm. HEX triplet: C0, EB and 14. RGB value is (192,235,20). Sum of RGB (Red+Green+Blue) = 192+235+20=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0EB14 is #3F14EB. Grayscale: #C6C6C6. Windows color (decimal): -4134124 or 1371072. OLE color: 1371072.

HSL color Cylindrical-coordinate representation of color #C0EB14: hue angle of 72º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0EB14 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 235 20 -
CMYK 0.18 0 0.91 0.08
HSL 72º 0.84% 0.5% -
HSV(B) 72º 0.91% 0.92% -
XYZ 51.57 70.67 11.59 -
YUV 197.63 27.75 123.98 -
System Red Green Blue C M Y K H S L
Decimal 192 235 20 0.18 0 0.91 0.08 72 0.84 0.5
Hex C0 EB 14 12 0 5B 8 48 54 32
Octal 300 353 24 22 0 133 10 110 124 62
Binary 11000000 11101011 10100 10010 0 1011011 1000 1001000 1010100 110010

Color Harmonies of #C0EB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EB14

Black with #C0EB14

Text Example


Text Example

White with #C0EB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EB14; }

 p { color: rgb(192,235,20); }

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

background-color css

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

 a { background-color: rgb(192,235,20); }

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

border-color css

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

 span { border-color: rgb(192,235,20); }

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