Html Css Color HEX #01FC71 Spring Green

📋 copy color: '#01FC71'

red 1 ◦ green 252 ◦ blue 113

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

Shades of Spring Green #01FC71

Tints of Spring Green #01FC71

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.85%

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

R = 0.27%
G = 68.85%
B = 30.87%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#01FC71 (or 0x01FC71) is known color: Spring Green. HEX triplet: 01, FC and 71. RGB value is (1,252,113). Sum of RGB (Red+Green+Blue) = 1+252+113=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC71 is #FE038E. Grayscale: #A1A1A1. Windows color (decimal): -16647055 or 7470081. OLE color: 7470081.

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

Color convert

RGB 1 252 113 -
CMYK 1.00 0 0.55 0.01
HSL 146.77º 0.99% 0.5% -
HSV(B) 146.77º 1% 0.99% -
XYZ 37.8 70.82 27.3 -
YUV 161.11 100.84 13.8 -
System Red Green Blue C M Y K H S L
Decimal 1 252 113 1.00 0 0.55 0.01 146.77 0.99 0.5
Hex 1 FC 71 64 0 37 1 93 63 32
Octal 1 374 161 144 0 67 1 223 143 62
Binary 1 11111100 1110001 1100100 0 110111 1 10010011 1100011 110010

Color Harmonies of #01FC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FC71

Black with #01FC71

Text Example


Text Example

White with #01FC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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