Html Css Color HEX #C2EB20 Inch Worm

📋 copy color: '#C2EB20'

red 194 ◦ green 235 ◦ blue 32

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

Shades of Inch Worm #C2EB20

Tints of Inch Worm #C2EB20

RGB

 RED value IS 194 (76.17% from 255) = 42.08%

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

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

R = 42.08%
G = 50.98%
B = 6.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#C2EB20 (or 0xC2EB20) is known color: Inch Worm. HEX triplet: C2, EB and 20. RGB value is (194,235,32). Sum of RGB (Red+Green+Blue) = 194+235+32=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB20 is #3D14DF. Grayscale: #C8C8C8. Windows color (decimal): -4003040 or 2157506. OLE color: 2157506.

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

Color convert

RGB 194 235 32 -
CMYK 0.17 0 0.86 0.08
HSL 72.12º 0.84% 0.52% -
HSV(B) 72.12º 0.86% 0.92% -
XYZ 52.22 70.99 12.32 -
YUV 199.6 33.42 124.01 -
System Red Green Blue C M Y K H S L
Decimal 194 235 32 0.17 0 0.86 0.08 72.12 0.84 0.52
Hex C2 EB 20 11 0 56 8 48 54 34
Octal 302 353 40 21 0 126 10 110 124 64
Binary 11000010 11101011 100000 10001 0 1010110 1000 1001000 1010100 110100

Color Harmonies of #C2EB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB20

Black with #C2EB20

Text Example


Text Example

White with #C2EB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB20; }

 p { color: rgb(194,235,32); }

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

background-color css

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

 a { background-color: rgb(194,235,32); }

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

border-color css

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

 span { border-color: rgb(194,235,32); }

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