Html Css Color HEX #20EB86 Spring Green

📋 copy color: '#20EB86'

red 32 ◦ green 235 ◦ blue 134

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

Shades of Spring Green #20EB86

Tints of Spring Green #20EB86

RGB

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

 GREEN value IS 235 (92.19% from 255) = 58.6%

 BLUE value IS 134 (52.73% from 255) = 33.42%

R = 7.98%
G = 58.6%
B = 33.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#20EB86 (or 0x20EB86) is known color: Spring Green. HEX triplet: 20, EB and 86. RGB value is (32,235,134). Sum of RGB (Red+Green+Blue) = 32+235+134=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 235 (92.19% from 255 or 58.60% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 235 - color contains mainly: green. Hex color #20EB86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20EB86 is #DF1479. Grayscale: #A2A2A2. Windows color (decimal): -14619770 or 8842016. OLE color: 8842016.

HSL color Cylindrical-coordinate representation of color #20EB86: hue angle of 150.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EB86 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 235 134 -
CMYK 0.86 0 0.43 0.08
HSL 150.15º 0.84% 0.52% -
HSV(B) 150.15º 0.86% 0.92% -
XYZ 34.61 61.44 32.59 -
YUV 162.79 111.75 34.71 -
System Red Green Blue C M Y K H S L
Decimal 32 235 134 0.86 0 0.43 0.08 150.15 0.84 0.52
Hex 20 EB 86 56 0 2B 8 96 54 34
Octal 40 353 206 126 0 53 10 226 124 64
Binary 100000 11101011 10000110 1010110 0 101011 1000 10010110 1010100 110100

Color Harmonies of #20EB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EB86

Black with #20EB86

Text Example


Text Example

White with #20EB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,235,134); }

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

background-color css

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

 a { background-color: rgb(32,235,134); }

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

border-color css

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

 span { border-color: rgb(32,235,134); }

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