Html Css Color HEX #20E475 Spring Green

📋 copy color: '#20E475'

red 32 ◦ green 228 ◦ blue 117

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

Shades of Spring Green #20E475

Tints of Spring Green #20E475

RGB

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

 GREEN value IS 228 (89.45% from 255) = 60.48%

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

R = 8.49%
G = 60.48%
B = 31.03%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#20E475 (or 0x20E475) is known color: Spring Green. HEX triplet: 20, E4 and 75. RGB value is (32,228,117). Sum of RGB (Red+Green+Blue) = 32+228+117=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 228 (89.45% from 255 or 60.48% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 228 - color contains mainly: green. Hex color #20E475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E475 is #DF1B8A. Grayscale: #9C9C9C. Windows color (decimal): -14621579 or 7726112. OLE color: 7726112.

HSL color Cylindrical-coordinate representation of color #20E475: hue angle of 146.02º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E475 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 228 117 -
CMYK 0.86 0 0.49 0.11
HSL 146.02º 0.78% 0.51% -
HSV(B) 146.02º 0.86% 0.89% -
XYZ 31.55 57.08 26.18 -
YUV 156.74 105.57 39.03 -
System Red Green Blue C M Y K H S L
Decimal 32 228 117 0.86 0 0.49 0.11 146.02 0.78 0.51
Hex 20 E4 75 56 0 31 B 92 4E 33
Octal 40 344 165 126 0 61 13 222 116 63
Binary 100000 11100100 1110101 1010110 0 110001 1011 10010010 1001110 110011

Color Harmonies of #20E475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E475

Black with #20E475

Text Example


Text Example

White with #20E475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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