Html Css Color HEX #C2EB10 Inch Worm

📋 copy color: '#C2EB10'

red 194 ◦ green 235 ◦ blue 16

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

Shades of Inch Worm #C2EB10

Tints of Inch Worm #C2EB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 43.6%
G = 52.81%
B = 3.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#C2EB10 (or 0xC2EB10) is known color: Inch Worm. HEX triplet: C2, EB and 10. RGB value is (194,235,16). Sum of RGB (Red+Green+Blue) = 194+235+16=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 235 (92.19% from 255 or 52.81% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EB10 is #3D14EF. Grayscale: #C6C6C6. Windows color (decimal): -4003056 or 1108930. OLE color: 1108930.

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

Color convert

RGB 194 235 16 -
CMYK 0.17 0 0.93 0.08
HSL 71.23º 0.87% 0.49% -
HSV(B) 71.23º 0.93% 0.92% -
XYZ 52.05 70.92 11.44 -
YUV 197.78 25.42 125.31 -
System Red Green Blue C M Y K H S L
Decimal 194 235 16 0.17 0 0.93 0.08 71.23 0.87 0.49
Hex C2 EB 10 11 0 5D 8 47 57 31
Octal 302 353 20 21 0 135 10 107 127 61
Binary 11000010 11101011 10000 10001 0 1011101 1000 1000111 1010111 110001

Color Harmonies of #C2EB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB10

Black with #C2EB10

Text Example


Text Example

White with #C2EB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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