Html Css Color HEX #20FA85 Spring Green

📋 copy color: '#20FA85'

red 32 ◦ green 250 ◦ blue 133

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

Shades of Spring Green #20FA85

Tints of Spring Green #20FA85

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.24%

 BLUE value IS 133 (52.34% from 255) = 32.05%

R = 7.71%
G = 60.24%
B = 32.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#20FA85 (or 0x20FA85) is known color: Spring Green. HEX triplet: 20, FA and 85. RGB value is (32,250,133). Sum of RGB (Red+Green+Blue) = 32+250+133=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #20FA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FA85 is #DF057A. Grayscale: #ABABAB. Windows color (decimal): -14615931 or 8780320. OLE color: 8780320.

HSL color Cylindrical-coordinate representation of color #20FA85: hue angle of 147.8º degrees, saturation: 0.96, 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 #20FA85 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 133 -
CMYK 0.87 0 0.47 0.02
HSL 147.8º 0.96% 0.55% -
HSV(B) 147.8º 0.87% 0.98% -
XYZ 39.01 70.37 33.72 -
YUV 171.48 106.28 28.51 -
System Red Green Blue C M Y K H S L
Decimal 32 250 133 0.87 0 0.47 0.02 147.8 0.96 0.55
Hex 20 FA 85 57 0 2F 2 94 60 37
Octal 40 372 205 127 0 57 2 224 140 67
Binary 100000 11111010 10000101 1010111 0 101111 10 10010100 1100000 110111

Color Harmonies of #20FA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FA85

Black with #20FA85

Text Example


Text Example

White with #20FA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,250,133); }

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

background-color css

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

 a { background-color: rgb(32,250,133); }

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

border-color css

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

 span { border-color: rgb(32,250,133); }

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