Html Css Color HEX #14FD80 Spring Green

📋 copy color: '#14FD80'

red 20 ◦ green 253 ◦ blue 128

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

Shades of Spring Green #14FD80

Tints of Spring Green #14FD80

RGB

 RED value IS 20 (8.2% from 255) = 4.99%

 GREEN value IS 253 (99.22% from 255) = 63.09%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 4.99%
G = 63.09%
B = 31.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#14FD80 (or 0x14FD80) is known color: Spring Green. HEX triplet: 14, FD and 80. RGB value is (20,253,128). Sum of RGB (Red+Green+Blue) = 20+253+128=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 253 (99.22% from 255 or 63.09% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 253 - color contains mainly: green. Hex color #14FD80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FD80 is #EB027F. Grayscale: #A9A9A9. Windows color (decimal): -15401600 or 8453396. OLE color: 8453396.

HSL color Cylindrical-coordinate representation of color #14FD80: hue angle of 147.81º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FD80 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 253 128 -
CMYK 0.92 0 0.49 0.01
HSL 147.81º 0.98% 0.54% -
HSV(B) 147.81º 0.92% 0.99% -
XYZ 39.31 71.96 32.24 -
YUV 169.08 104.81 21.66 -
System Red Green Blue C M Y K H S L
Decimal 20 253 128 0.92 0 0.49 0.01 147.81 0.98 0.54
Hex 14 FD 80 5C 0 31 1 94 62 36
Octal 24 375 200 134 0 61 1 224 142 66
Binary 10100 11111101 10000000 1011100 0 110001 1 10010100 1100010 110110

Color Harmonies of #14FD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FD80

Black with #14FD80

Text Example


Text Example

White with #14FD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14FD80; }

 p { color: rgb(20,253,128); }

 H1.HeaderClassName
 {
   color: #14FD80;
 }
 .AnyTagClassName
 {
   color: #14FD80;
 }
</style>

background-color css

<style>
 a { background-color: #14FD80; }

 a { background-color: rgb(20,253,128); }

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

border-color css

<style>
 span { border-color: #14FD80; }

 span { border-color: rgb(20,253,128); }

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