Html Css Color HEX #C4F220 Inch Worm

📋 copy color: '#C4F220'

red 196 ◦ green 242 ◦ blue 32

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

Shades of Inch Worm #C4F220

Tints of Inch Worm #C4F220

RGB

 RED value IS 196 (76.95% from 255) = 41.7%

 GREEN value IS 242 (94.92% from 255) = 51.49%

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

R = 41.7%
G = 51.49%
B = 6.81%

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

#C4F220 (or 0xC4F220) is known color: Inch Worm. HEX triplet: C4, F2 and 20. RGB value is (196,242,32). Sum of RGB (Red+Green+Blue) = 196+242+32=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F220 is #3B0DDF. Grayscale: #CDCDCD. Windows color (decimal): -3870176 or 2159300. OLE color: 2159300.

HSL color Cylindrical-coordinate representation of color #C4F220: hue angle of 73.14º degrees, saturation: 0.89, 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 #C4F220 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 242 32 -
CMYK 0.19 0 0.87 0.05
HSL 73.14º 0.89% 0.54% -
HSV(B) 73.14º 0.87% 0.95% -
XYZ 54.78 75.34 13.02 -
YUV 204.31 30.76 122.08 -
System Red Green Blue C M Y K H S L
Decimal 196 242 32 0.19 0 0.87 0.05 73.14 0.89 0.54
Hex C4 F2 20 13 0 57 5 49 59 36
Octal 304 362 40 23 0 127 5 111 131 66
Binary 11000100 11110010 100000 10011 0 1010111 101 1001001 1011001 110110

Color Harmonies of #C4F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F220

Black with #C4F220

Text Example


Text Example

White with #C4F220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F220; }

 p { color: rgb(196,242,32); }

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

background-color css

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

 a { background-color: rgb(196,242,32); }

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

border-color css

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

 span { border-color: rgb(196,242,32); }

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