Html Css Color HEX #20FE75 Spring Green

📋 copy color: '#20FE75'

red 32 ◦ green 254 ◦ blue 117

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

Shades of Spring Green #20FE75

Tints of Spring Green #20FE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 7.94%
G = 63.03%
B = 29.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#20FE75 (or 0x20FE75) is known color: Spring Green. HEX triplet: 20, FE and 75. RGB value is (32,254,117). Sum of RGB (Red+Green+Blue) = 32+254+117=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 254 (99.61% from 255 or 63.03% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 254 - color contains mainly: green. Hex color #20FE75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20FE75 is #DF018A. Grayscale: #ACACAC. Windows color (decimal): -14614923 or 7732768. OLE color: 7732768.

HSL color Cylindrical-coordinate representation of color #20FE75: hue angle of 142.97º 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 #20FE75 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 32 254 117 -
CMYK 0.87 0 0.54 0.00
HSL 142.97º 0.99% 0.56% -
HSV(B) 142.97º 0.87% 1% -
XYZ 39.25 72.48 28.75 -
YUV 172 96.95 28.14 -
System Red Green Blue C M Y K H S L
Decimal 32 254 117 0.87 0 0.54 0.00 142.97 0.99 0.56
Hex 20 FE 75 57 0 36 0 8F 63 38
Octal 40 376 165 127 0 66 0 217 143 70
Binary 100000 11111110 1110101 1010111 0 110110 0 10001111 1100011 111000

Color Harmonies of #20FE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FE75

Black with #20FE75

Text Example


Text Example

White with #20FE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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