Html Css Color HEX #C6EC12 Inch Worm

📋 copy color: '#C6EC12'

red 198 ◦ green 236 ◦ blue 18

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

Shades of Inch Worm #C6EC12

Tints of Inch Worm #C6EC12

RGB

 RED value IS 198 (77.73% from 255) = 43.81%

 GREEN value IS 236 (92.58% from 255) = 52.21%

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

R = 43.81%
G = 52.21%
B = 3.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#C6EC12 (or 0xC6EC12) is known color: Inch Worm. HEX triplet: C6, EC and 12. RGB value is (198,236,18). Sum of RGB (Red+Green+Blue) = 198+236+18=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 18 (7.42% from 255 or 3.98% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EC12 is #3913ED. Grayscale: #C8C8C8. Windows color (decimal): -3740654 or 1240262. OLE color: 1240262.

HSL color Cylindrical-coordinate representation of color #C6EC12: hue angle of 70.46º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6EC12 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 236 18 -
CMYK 0.16 0 0.92 0.07
HSL 70.46º 0.86% 0.5% -
HSV(B) 70.46º 0.92% 0.93% -
XYZ 53.39 72.04 11.66 -
YUV 199.79 25.41 126.73 -
System Red Green Blue C M Y K H S L
Decimal 198 236 18 0.16 0 0.92 0.07 70.46 0.86 0.5
Hex C6 EC 12 10 0 5C 7 46 56 32
Octal 306 354 22 20 0 134 7 106 126 62
Binary 11000110 11101100 10010 10000 0 1011100 111 1000110 1010110 110010

Color Harmonies of #C6EC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EC12

Black with #C6EC12

Text Example


Text Example

White with #C6EC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EC12; }

 p { color: rgb(198,236,18); }

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

background-color css

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

 a { background-color: rgb(198,236,18); }

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

border-color css

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

 span { border-color: rgb(198,236,18); }

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