Html Css Color HEX #01FD65 Spring Green

📋 copy color: '#01FD65'

red 1 ◦ green 253 ◦ blue 101

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

Shades of Spring Green #01FD65

Tints of Spring Green #01FD65

RGB

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

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

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

R = 0.28%
G = 71.27%
B = 28.45%

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

#01FD65 (or 0x01FD65) is known color: Spring Green. HEX triplet: 01, FD and 65. RGB value is (1,253,101). Sum of RGB (Red+Green+Blue) = 1+253+101=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 253 (99.22% from 255 or 71.27% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FD65 is #FE029A. Grayscale: #A0A0A0. Windows color (decimal): -16646811 or 6683905. OLE color: 6683905.

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

Color convert

RGB 1 253 101 -
CMYK 1.00 0 0.60 0.01
HSL 143.81º 0.99% 0.5% -
HSV(B) 143.81º 1% 0.99% -
XYZ 37.49 71.2 24.08 -
YUV 160.32 94.51 14.36 -
System Red Green Blue C M Y K H S L
Decimal 1 253 101 1.00 0 0.60 0.01 143.81 0.99 0.5
Hex 1 FD 65 64 0 3C 1 90 63 32
Octal 1 375 145 144 0 74 1 220 143 62
Binary 1 11111101 1100101 1100100 0 111100 1 10010000 1100011 110010

Color Harmonies of #01FD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FD65

Black with #01FD65

Text Example


Text Example

White with #01FD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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