Html Css Color HEX #00FFBF Medium Spring Green

📋 copy color: '#00FFBF'

red 0 ◦ green 255 ◦ blue 191

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

Shades of Medium Spring Green #00FFBF

Tints of Medium Spring Green #00FFBF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 57.17%
B = 42.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#00FFBF (or 0x00FFBF) is known color: Medium Spring Green. HEX triplet: 00, FF and BF. RGB value is (0,255,191). Sum of RGB (Red+Green+Blue) = 0+255+191=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFBF is #FF0040. Grayscale: #ABABAB. Windows color (decimal): -16711745 or 12582656. OLE color: 12582656.

HSL color Cylindrical-coordinate representation of color #00FFBF: hue angle of 164.94º 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 #00FFBF is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #00FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FFBF

Black with #00FFBF

Text Example


Text Example

White with #00FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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