Html Css Color HEX #20F774 Spring Green

📋 copy color: '#20F774'

red 32 ◦ green 247 ◦ blue 116

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

Shades of Spring Green #20F774

Tints of Spring Green #20F774

RGB

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

 GREEN value IS 247 (96.88% from 255) = 62.53%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 8.1%
G = 62.53%
B = 29.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#20F774 (or 0x20F774) is known color: Spring Green. HEX triplet: 20, F7 and 74. RGB value is (32,247,116). Sum of RGB (Red+Green+Blue) = 32+247+116=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 247 (96.88% from 255 or 62.53% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 247 - color contains mainly: green. Hex color #20F774 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20F774 is #DF088B. Grayscale: #A8A8A8. Windows color (decimal): -14616716 or 7665440. OLE color: 7665440.

HSL color Cylindrical-coordinate representation of color #20F774: hue angle of 143.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F774 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 247 116 -
CMYK 0.87 0 0.53 0.03
HSL 143.44º 0.93% 0.55% -
HSV(B) 143.44º 0.87% 0.97% -
XYZ 37.01 68.09 27.72 -
YUV 167.78 98.77 31.15 -
System Red Green Blue C M Y K H S L
Decimal 32 247 116 0.87 0 0.53 0.03 143.44 0.93 0.55
Hex 20 F7 74 57 0 35 3 8F 5D 37
Octal 40 367 164 127 0 65 3 217 135 67
Binary 100000 11110111 1110100 1010111 0 110101 11 10001111 1011101 110111

Color Harmonies of #20F774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20F774

Black with #20F774

Text Example


Text Example

White with #20F774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,247,116); }

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

background-color css

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

 a { background-color: rgb(32,247,116); }

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

border-color css

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

 span { border-color: rgb(32,247,116); }

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