Html Css Color HEX #20F96F Spring Green

📋 copy color: '#20F96F'

red 32 ◦ green 249 ◦ blue 111

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

Shades of Spring Green #20F96F

Tints of Spring Green #20F96F

RGB

 RED value IS 32 (12.89% from 255) = 8.16%

 GREEN value IS 249 (97.66% from 255) = 63.52%

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 8.16%
G = 63.52%
B = 28.32%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#20F96F (or 0x20F96F) is known color: Spring Green. HEX triplet: 20, F9 and 6F. RGB value is (32,249,111). Sum of RGB (Red+Green+Blue) = 32+249+111=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 249 (97.66% from 255 or 63.52% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 249 - color contains mainly: green. Hex color #20F96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F96F is #DF0690. Grayscale: #A8A8A8. Windows color (decimal): -14616209 or 7338272. OLE color: 7338272.

HSL color Cylindrical-coordinate representation of color #20F96F: hue angle of 141.84º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F96F is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 249 111 -
CMYK 0.87 0 0.55 0.02
HSL 141.84º 0.95% 0.55% -
HSV(B) 141.84º 0.87% 0.98% -
XYZ 37.34 69.21 26.43 -
YUV 168.39 95.61 30.72 -
System Red Green Blue C M Y K H S L
Decimal 32 249 111 0.87 0 0.55 0.02 141.84 0.95 0.55
Hex 20 F9 6F 57 0 37 2 8E 5F 37
Octal 40 371 157 127 0 67 2 216 137 67
Binary 100000 11111001 1101111 1010111 0 110111 10 10001110 1011111 110111

Color Harmonies of #20F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F96F

Black with #20F96F

Text Example


Text Example

White with #20F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20F96F; }

 p { color: rgb(32,249,111); }

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

background-color css

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

 a { background-color: rgb(32,249,111); }

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

border-color css

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

 span { border-color: rgb(32,249,111); }

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