Html Css Color HEX #C2E012 Inch Worm

📋 copy color: '#C2E012'

red 194 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #C2E012

Tints of Inch Worm #C2E012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.38%

 BLUE value IS 18 (7.42% from 255) = 4.13%

R = 44.5%
G = 51.38%
B = 4.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#C2E012 (or 0xC2E012) is known color: Inch Worm. HEX triplet: C2, E0 and 12. RGB value is (194,224,18). Sum of RGB (Red+Green+Blue) = 194+224+18=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E012 is #3D1FED. Grayscale: #C0C0C0. Windows color (decimal): -4005870 or 1237186. OLE color: 1237186.

HSL color Cylindrical-coordinate representation of color #C2E012: hue angle of 68.74º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2E012 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 18 -
CMYK 0.13 0 0.92 0.12
HSL 68.74º 0.85% 0.47% -
HSV(B) 68.74º 0.92% 0.88% -
XYZ 49.01 64.82 10.5 -
YUV 191.55 30.06 129.75 -
System Red Green Blue C M Y K H S L
Decimal 194 224 18 0.13 0 0.92 0.12 68.74 0.85 0.47
Hex C2 E0 12 D 0 5C C 45 55 2F
Octal 302 340 22 15 0 134 14 105 125 57
Binary 11000010 11100000 10010 1101 0 1011100 1100 1000101 1010101 101111

Color Harmonies of #C2E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E012

Black with #C2E012

Text Example


Text Example

White with #C2E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E012; }

 p { color: rgb(194,224,18); }

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

background-color css

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

 a { background-color: rgb(194,224,18); }

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

border-color css

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

 span { border-color: rgb(194,224,18); }

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