Html Css Color HEX #C0E520 Inch Worm

📋 copy color: '#C0E520'

red 192 ◦ green 229 ◦ blue 32

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

Shades of Inch Worm #C0E520

Tints of Inch Worm #C0E520

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.55%

 BLUE value IS 32 (12.89% from 255) = 7.06%

R = 42.38%
G = 50.55%
B = 7.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#C0E520 (or 0xC0E520) is known color: Inch Worm. HEX triplet: C0, E5 and 20. RGB value is (192,229,32). Sum of RGB (Red+Green+Blue) = 192+229+32=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E520 is #3F1ADF. Grayscale: #C4C4C4. Windows color (decimal): -4135648 or 2155968. OLE color: 2155968.

HSL color Cylindrical-coordinate representation of color #C0E520: hue angle of 71.27º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0E520 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 229 32 -
CMYK 0.16 0 0.86 0.10
HSL 71.27º 0.79% 0.51% -
HSV(B) 71.27º 0.86% 0.9% -
XYZ 50.02 67.35 11.73 -
YUV 195.48 35.74 125.52 -
System Red Green Blue C M Y K H S L
Decimal 192 229 32 0.16 0 0.86 0.10 71.27 0.79 0.51
Hex C0 E5 20 10 0 56 A 47 4F 33
Octal 300 345 40 20 0 126 12 107 117 63
Binary 11000000 11100101 100000 10000 0 1010110 1010 1000111 1001111 110011

Color Harmonies of #C0E520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E520

Black with #C0E520

Text Example


Text Example

White with #C0E520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E520; }

 p { color: rgb(192,229,32); }

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

background-color css

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

 a { background-color: rgb(192,229,32); }

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

border-color css

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

 span { border-color: rgb(192,229,32); }

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