Html Css Color HEX #01FD80 Spring Green

📋 copy color: '#01FD80'

red 1 ◦ green 253 ◦ blue 128

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

Shades of Spring Green #01FD80

Tints of Spring Green #01FD80

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

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

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

R = 0.26%
G = 66.23%
B = 33.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#01FD80 (or 0x01FD80) is known color: Spring Green. HEX triplet: 01, FD and 80. RGB value is (1,253,128). Sum of RGB (Red+Green+Blue) = 1+253+128=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 253 (99.22% from 255 or 66.23% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FD80 is #FE027F. Grayscale: #A3A3A3. Windows color (decimal): -16646784 or 8453377. OLE color: 8453377.

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

Color convert

RGB 1 253 128 -
CMYK 1.00 0 0.49 0.01
HSL 150.24º 0.99% 0.5% -
HSV(B) 150.24º 1% 0.99% -
XYZ 39.03 71.82 32.23 -
YUV 163.4 108.01 12.16 -
System Red Green Blue C M Y K H S L
Decimal 1 253 128 1.00 0 0.49 0.01 150.24 0.99 0.5
Hex 1 FD 80 64 0 31 1 96 63 32
Octal 1 375 200 144 0 61 1 226 143 62
Binary 1 11111101 10000000 1100100 0 110001 1 10010110 1100011 110010

Color Harmonies of #01FD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FD80

Black with #01FD80

Text Example


Text Example

White with #01FD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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