Html Css Color HEX #01FD85 Spring Green

📋 copy color: '#01FD85'

red 1 ◦ green 253 ◦ blue 133

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

Shades of Spring Green #01FD85

Tints of Spring Green #01FD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.37%

R = 0.26%
G = 65.37%
B = 34.37%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#01FD85 (or 0x01FD85) is known color: Spring Green. HEX triplet: 01, FD and 85. RGB value is (1,253,133). Sum of RGB (Red+Green+Blue) = 1+253+133=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 253 (99.22% from 255 or 65.37% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01FD85 is #FE027A. Grayscale: #A4A4A4. Windows color (decimal): -16646779 or 8781057. OLE color: 8781057.

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

Color convert

RGB 1 253 133 -
CMYK 1.00 0 0.47 0.01
HSL 151.43º 0.99% 0.5% -
HSV(B) 151.43º 1% 0.99% -
XYZ 39.37 71.95 34 -
YUV 163.97 110.51 11.76 -
System Red Green Blue C M Y K H S L
Decimal 1 253 133 1.00 0 0.47 0.01 151.43 0.99 0.5
Hex 1 FD 85 64 0 2F 1 97 63 32
Octal 1 375 205 144 0 57 1 227 143 62
Binary 1 11111101 10000101 1100100 0 101111 1 10010111 1100011 110010

Color Harmonies of #01FD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FD85

Black with #01FD85

Text Example


Text Example

White with #01FD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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