Html Css Color HEX #C3F112 Inch Worm

📋 copy color: '#C3F112'

red 195 ◦ green 241 ◦ blue 18

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

Shades of Inch Worm #C3F112

Tints of Inch Worm #C3F112

RGB

 RED value IS 195 (76.56% from 255) = 42.95%

 GREEN value IS 241 (94.53% from 255) = 53.08%

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

R = 42.95%
G = 53.08%
B = 3.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C3F112 (or 0xC3F112) is known color: Inch Worm. HEX triplet: C3, F1 and 12. RGB value is (195,241,18). Sum of RGB (Red+Green+Blue) = 195+241+18=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F112 is #3C0EED. Grayscale: #CACACA. Windows color (decimal): -3935982 or 1241539. OLE color: 1241539.

HSL color Cylindrical-coordinate representation of color #C3F112: hue angle of 72.38º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3F112 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 241 18 -
CMYK 0.19 0 0.93 0.05
HSL 72.38º 0.89% 0.51% -
HSV(B) 72.38º 0.93% 0.95% -
XYZ 54.07 74.56 12.11 -
YUV 201.82 24.26 123.13 -
System Red Green Blue C M Y K H S L
Decimal 195 241 18 0.19 0 0.93 0.05 72.38 0.89 0.51
Hex C3 F1 12 13 0 5D 5 48 59 33
Octal 303 361 22 23 0 135 5 110 131 63
Binary 11000011 11110001 10010 10011 0 1011101 101 1001000 1011001 110011

Color Harmonies of #C3F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F112

Black with #C3F112

Text Example


Text Example

White with #C3F112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F112; }

 p { color: rgb(195,241,18); }

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

background-color css

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

 a { background-color: rgb(195,241,18); }

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

border-color css

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

 span { border-color: rgb(195,241,18); }

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