Html Css Color HEX #01FA71 Spring Green

📋 copy color: '#01FA71'

red 1 ◦ green 250 ◦ blue 113

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

Shades of Spring Green #01FA71

Tints of Spring Green #01FA71

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.68%

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 0.27%
G = 68.68%
B = 31.04%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#01FA71 (or 0x01FA71) is known color: Spring Green. HEX triplet: 01, FA and 71. RGB value is (1,250,113). Sum of RGB (Red+Green+Blue) = 1+250+113=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA71 is #FE058E. Grayscale: #A0A0A0. Windows color (decimal): -16647567 or 7469569. OLE color: 7469569.

HSL color Cylindrical-coordinate representation of color #01FA71: hue angle of 146.99º 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 #01FA71 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 250 113 -
CMYK 1.00 0 0.55 0.02
HSL 146.99º 0.99% 0.49% -
HSV(B) 146.99º 1% 0.98% -
XYZ 37.18 69.57 27.09 -
YUV 159.93 101.51 14.64 -
System Red Green Blue C M Y K H S L
Decimal 1 250 113 1.00 0 0.55 0.02 146.99 0.99 0.49
Hex 1 FA 71 64 0 37 2 93 63 31
Octal 1 372 161 144 0 67 2 223 143 61
Binary 1 11111010 1110001 1100100 0 110111 10 10010011 1100011 110001

Color Harmonies of #01FA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FA71

Black with #01FA71

Text Example


Text Example

White with #01FA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,250,113); }

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

background-color css

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

 a { background-color: rgb(1,250,113); }

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

border-color css

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

 span { border-color: rgb(1,250,113); }

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