Html Css Color HEX #20E985 Spring Green

📋 copy color: '#20E985'

red 32 ◦ green 233 ◦ blue 133

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

Shades of Spring Green #20E985

Tints of Spring Green #20E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.54%

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 8.04%
G = 58.54%
B = 33.42%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#20E985 (or 0x20E985) is known color: Spring Green. HEX triplet: 20, E9 and 85. RGB value is (32,233,133). Sum of RGB (Red+Green+Blue) = 32+233+133=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 233 (91.41% from 255 or 58.54% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 233 - color contains mainly: green. Hex color #20E985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20E985 is #DF167A. Grayscale: #A1A1A1. Windows color (decimal): -14620283 or 8775968. OLE color: 8775968.

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

Color convert

RGB 32 233 133 -
CMYK 0.86 0 0.43 0.09
HSL 150.15º 0.82% 0.52% -
HSV(B) 150.15º 0.86% 0.91% -
XYZ 33.97 60.28 32.03 -
YUV 161.5 111.91 35.63 -
System Red Green Blue C M Y K H S L
Decimal 32 233 133 0.86 0 0.43 0.09 150.15 0.82 0.52
Hex 20 E9 85 56 0 2B 9 96 52 34
Octal 40 351 205 126 0 53 11 226 122 64
Binary 100000 11101001 10000101 1010110 0 101011 1001 10010110 1010010 110100

Color Harmonies of #20E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E985

Black with #20E985

Text Example


Text Example

White with #20E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,233,133); }

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

background-color css

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

 a { background-color: rgb(32,233,133); }

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

border-color css

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

 span { border-color: rgb(32,233,133); }

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