Html Css Color HEX #C4F320 Inch Worm

📋 copy color: '#C4F320'

red 196 ◦ green 243 ◦ blue 32

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

Shades of Inch Worm #C4F320

Tints of Inch Worm #C4F320

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.59%

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

R = 41.61%
G = 51.59%
B = 6.79%

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

#C4F320 (or 0xC4F320) is known color: Inch Worm. HEX triplet: C4, F3 and 20. RGB value is (196,243,32). Sum of RGB (Red+Green+Blue) = 196+243+32=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #C4F320 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F320 is #3B0CDF. Grayscale: #CDCDCD. Windows color (decimal): -3869920 or 2159556. OLE color: 2159556.

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

Color convert

RGB 196 243 32 -
CMYK 0.19 0 0.87 0.05
HSL 73.36º 0.9% 0.54% -
HSV(B) 73.36º 0.87% 0.95% -
XYZ 55.08 75.94 13.12 -
YUV 204.89 30.43 121.66 -
System Red Green Blue C M Y K H S L
Decimal 196 243 32 0.19 0 0.87 0.05 73.36 0.9 0.54
Hex C4 F3 20 13 0 57 5 49 5A 36
Octal 304 363 40 23 0 127 5 111 132 66
Binary 11000100 11110011 100000 10011 0 1010111 101 1001001 1011010 110110

Color Harmonies of #C4F320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F320

Black with #C4F320

Text Example


Text Example

White with #C4F320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F320; }

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

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

background-color css

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

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

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

border-color css

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

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

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