Html Css Color HEX #01FC65 Spring Green

📋 copy color: '#01FC65'

red 1 ◦ green 252 ◦ blue 101

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

Shades of Spring Green #01FC65

Tints of Spring Green #01FC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 0.28%
G = 71.19%
B = 28.53%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#01FC65 (or 0x01FC65) is known color: Spring Green. HEX triplet: 01, FC and 65. RGB value is (1,252,101). Sum of RGB (Red+Green+Blue) = 1+252+101=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 252 (98.83% from 255 or 71.19% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC65 is #FE039A. Grayscale: #A0A0A0. Windows color (decimal): -16647067 or 6683649. OLE color: 6683649.

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

Color convert

RGB 1 252 101 -
CMYK 1.00 0 0.60 0.01
HSL 143.9º 0.99% 0.5% -
HSV(B) 143.9º 1% 0.99% -
XYZ 37.17 70.57 23.97 -
YUV 159.74 94.84 14.78 -
System Red Green Blue C M Y K H S L
Decimal 1 252 101 1.00 0 0.60 0.01 143.9 0.99 0.5
Hex 1 FC 65 64 0 3C 1 90 63 32
Octal 1 374 145 144 0 74 1 220 143 62
Binary 1 11111100 1100101 1100100 0 111100 1 10010000 1100011 110010

Color Harmonies of #01FC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FC65

Black with #01FC65

Text Example


Text Example

White with #01FC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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