Html Css Color HEX #C6E312 Inch Worm

📋 copy color: '#C6E312'

red 198 ◦ green 227 ◦ blue 18

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

Shades of Inch Worm #C6E312

Tints of Inch Worm #C6E312

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.24%

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

R = 44.7%
G = 51.24%
B = 4.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#C6E312 (or 0xC6E312) is known color: Inch Worm. HEX triplet: C6, E3 and 12. RGB value is (198,227,18). Sum of RGB (Red+Green+Blue) = 198+227+18=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6E312 is #391CED. Grayscale: #C3C3C3. Windows color (decimal): -3742958 or 1237958. OLE color: 1237958.

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

Color convert

RGB 198 227 18 -
CMYK 0.13 0 0.92 0.11
HSL 68.33º 0.85% 0.48% -
HSV(B) 68.33º 0.92% 0.89% -
XYZ 50.87 66.99 10.82 -
YUV 194.5 28.39 130.49 -
System Red Green Blue C M Y K H S L
Decimal 198 227 18 0.13 0 0.92 0.11 68.33 0.85 0.48
Hex C6 E3 12 D 0 5C B 44 55 30
Octal 306 343 22 15 0 134 13 104 125 60
Binary 11000110 11100011 10010 1101 0 1011100 1011 1000100 1010101 110000

Color Harmonies of #C6E312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E312

Black with #C6E312

Text Example


Text Example

White with #C6E312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E312; }

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

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

background-color css

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

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

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

border-color css

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

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

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