Html Css Color HEX #01FB80 Spring Green

📋 copy color: '#01FB80'

red 1 ◦ green 251 ◦ blue 128

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

Shades of Spring Green #01FB80

Tints of Spring Green #01FB80

RGB

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

 GREEN value IS 251 (98.44% from 255) = 66.05%

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

R = 0.26%
G = 66.05%
B = 33.68%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#01FB80 (or 0x01FB80) is known color: Spring Green. HEX triplet: 01, FB and 80. RGB value is (1,251,128). Sum of RGB (Red+Green+Blue) = 1+251+128=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FB80 is #FE047F. Grayscale: #A2A2A2. Windows color (decimal): -16647296 or 8452865. OLE color: 8452865.

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

Color convert

RGB 1 251 128 -
CMYK 1.00 0 0.49 0.02
HSL 150.48º 0.99% 0.49% -
HSV(B) 150.48º 1% 0.98% -
XYZ 38.41 70.56 32.02 -
YUV 162.23 108.68 13 -
System Red Green Blue C M Y K H S L
Decimal 1 251 128 1.00 0 0.49 0.02 150.48 0.99 0.49
Hex 1 FB 80 64 0 31 2 96 63 31
Octal 1 373 200 144 0 61 2 226 143 61
Binary 1 11111011 10000000 1100100 0 110001 10 10010110 1100011 110001

Color Harmonies of #01FB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FB80

Black with #01FB80

Text Example


Text Example

White with #01FB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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