Html Css Color HEX #C3F120 Inch Worm

📋 copy color: '#C3F120'

red 195 ◦ green 241 ◦ blue 32

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

Shades of Inch Worm #C3F120

Tints of Inch Worm #C3F120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.84%

R = 41.67%
G = 51.5%
B = 6.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#C3F120 (or 0xC3F120) is known color: Inch Worm. HEX triplet: C3, F1 and 20. RGB value is (195,241,32). Sum of RGB (Red+Green+Blue) = 195+241+32=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F120 is #3C0EDF. Grayscale: #CCCCCC. Windows color (decimal): -3935968 or 2159043. OLE color: 2159043.

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

Color convert

RGB 195 241 32 -
CMYK 0.19 0 0.87 0.05
HSL 73.21º 0.88% 0.54% -
HSV(B) 73.21º 0.87% 0.95% -
XYZ 54.22 74.62 12.91 -
YUV 203.42 31.26 121.99 -
System Red Green Blue C M Y K H S L
Decimal 195 241 32 0.19 0 0.87 0.05 73.21 0.88 0.54
Hex C3 F1 20 13 0 57 5 49 58 36
Octal 303 361 40 23 0 127 5 111 130 66
Binary 11000011 11110001 100000 10011 0 1010111 101 1001001 1011000 110110

Color Harmonies of #C3F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F120

Black with #C3F120

Text Example


Text Example

White with #C3F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F120; }

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

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

background-color css

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

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

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

border-color css

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

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

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