Html Css Color HEX #20FE82 Spring Green

📋 copy color: '#20FE82'

red 32 ◦ green 254 ◦ blue 130

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

Shades of Spring Green #20FE82

Tints of Spring Green #20FE82

RGB

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

 GREEN value IS 254 (99.61% from 255) = 61.06%

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 7.69%
G = 61.06%
B = 31.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#20FE82 (or 0x20FE82) is known color: Spring Green. HEX triplet: 20, FE and 82. RGB value is (32,254,130). Sum of RGB (Red+Green+Blue) = 32+254+130=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #20FE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20FE82 is #DF017D. Grayscale: #ADADAD. Windows color (decimal): -14614910 or 8584736. OLE color: 8584736.

HSL color Cylindrical-coordinate representation of color #20FE82: hue angle of 146.49º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FE82 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 32 254 130 -
CMYK 0.87 0 0.49 0.00
HSL 146.49º 0.99% 0.56% -
HSV(B) 146.49º 0.87% 1% -
XYZ 40.07 72.8 33.06 -
YUV 173.49 103.45 27.08 -
System Red Green Blue C M Y K H S L
Decimal 32 254 130 0.87 0 0.49 0.00 146.49 0.99 0.56
Hex 20 FE 82 57 0 31 0 92 63 38
Octal 40 376 202 127 0 61 0 222 143 70
Binary 100000 11111110 10000010 1010111 0 110001 0 10010010 1100011 111000

Color Harmonies of #20FE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FE82

Black with #20FE82

Text Example


Text Example

White with #20FE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,254,130); }

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

background-color css

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

 a { background-color: rgb(32,254,130); }

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

border-color css

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

 span { border-color: rgb(32,254,130); }

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