Html Css Color HEX #10FD80 Spring Green

📋 copy color: '#10FD80'

red 16 ◦ green 253 ◦ blue 128

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

Shades of Spring Green #10FD80

Tints of Spring Green #10FD80

RGB

 RED value IS 16 (6.64% from 255) = 4.03%

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

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

R = 4.03%
G = 63.73%
B = 32.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#10FD80 (or 0x10FD80) is known color: Spring Green. HEX triplet: 10, FD and 80. RGB value is (16,253,128). Sum of RGB (Red+Green+Blue) = 16+253+128=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 253 (99.22% from 255 or 63.73% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 253 - color contains mainly: green. Hex color #10FD80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10FD80 is #EF027F. Grayscale: #A8A8A8. Windows color (decimal): -15663744 or 8453392. OLE color: 8453392.

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

Color convert

RGB 16 253 128 -
CMYK 0.94 0 0.49 0.01
HSL 148.35º 0.98% 0.53% -
HSV(B) 148.35º 0.94% 0.99% -
XYZ 39.24 71.92 32.24 -
YUV 167.89 105.48 19.66 -
System Red Green Blue C M Y K H S L
Decimal 16 253 128 0.94 0 0.49 0.01 148.35 0.98 0.53
Hex 10 FD 80 5E 0 31 1 94 62 35
Octal 20 375 200 136 0 61 1 224 142 65
Binary 10000 11111101 10000000 1011110 0 110001 1 10010100 1100010 110101

Color Harmonies of #10FD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FD80

Black with #10FD80

Text Example


Text Example

White with #10FD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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