Html Css Color HEX #20EA74 Spring Green

📋 copy color: '#20EA74'

red 32 ◦ green 234 ◦ blue 116

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

Shades of Spring Green #20EA74

Tints of Spring Green #20EA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.26%

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

R = 8.38%
G = 61.26%
B = 30.37%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#20EA74 (or 0x20EA74) is known color: Spring Green. HEX triplet: 20, EA and 74. RGB value is (32,234,116). Sum of RGB (Red+Green+Blue) = 32+234+116=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 234 (91.80% from 255 or 61.26% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 234 - color contains mainly: green. Hex color #20EA74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #20EA74 is #DF158B. Grayscale: #A0A0A0. Windows color (decimal): -14620044 or 7662112. OLE color: 7662112.

HSL color Cylindrical-coordinate representation of color #20EA74: hue angle of 144.95º degrees, saturation: 0.83, 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 #20EA74 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 234 116 -
CMYK 0.86 0 0.50 0.08
HSL 144.95º 0.83% 0.52% -
HSV(B) 144.95º 0.86% 0.92% -
XYZ 33.17 60.41 26.44 -
YUV 160.15 103.08 36.59 -
System Red Green Blue C M Y K H S L
Decimal 32 234 116 0.86 0 0.50 0.08 144.95 0.83 0.52
Hex 20 EA 74 56 0 32 8 91 53 34
Octal 40 352 164 126 0 62 10 221 123 64
Binary 100000 11101010 1110100 1010110 0 110010 1000 10010001 1010011 110100

Color Harmonies of #20EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20EA74

Black with #20EA74

Text Example


Text Example

White with #20EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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