Html Css Color HEX #01FFBF Medium Spring Green

📋 copy color: '#01FFBF'

red 1 ◦ green 255 ◦ blue 191

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

Shades of Medium Spring Green #01FFBF

Tints of Medium Spring Green #01FFBF

RGB

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

 GREEN value IS 255 (100% from 255) = 57.05%

 BLUE value IS 191 (75% from 255) = 42.73%

R = 0.22%
G = 57.05%
B = 42.73%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#01FFBF (or 0x01FFBF) is known color: Medium Spring Green. HEX triplet: 01, FF and BF. RGB value is (1,255,191). Sum of RGB (Red+Green+Blue) = 1+255+191=447 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FFBF is #FE0040. Grayscale: #ABABAB. Windows color (decimal): -16646209 or 12582657. OLE color: 12582657.

HSL color Cylindrical-coordinate representation of color #01FFBF: hue angle of 164.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFBF is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 191 -
CMYK 1.00 0 0.25 0
HSL 164.88º 1% 0.5% -
HSV(B) 164.88º 1% 1% -
XYZ 45.18 75.29 61.44 -
YUV 171.76 138.85 6.2 -
System Red Green Blue C M Y K H S L
Decimal 1 255 191 1.00 0 0.25 0 164.88 1 0.5
Hex 1 FF BF 64 0 19 0 A5 64 32
Octal 1 377 277 144 0 31 0 245 144 62
Binary 1 11111111 10111111 1100100 0 11001 0 10100101 1100100 110010

Color Harmonies of #01FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FFBF

Black with #01FFBF

Text Example


Text Example

White with #01FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,191); }

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

background-color css

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

 a { background-color: rgb(1,255,191); }

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

border-color css

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

 span { border-color: rgb(1,255,191); }

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