#01FCBE

Color #01FCBE Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #01FCBE

Tints of Medium Spring Green #01FCBE

Color information

#01FCBE (or 0x01FCBE) is unknown color: approx Medium Spring Green. HEX triplet: 01, FC and BE. RGB value is (1,252,190). Sum of RGB (Red+Green+Blue) = 1+252+190=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCBE is #FE0341. Grayscale: #A9A9A9. Windows color (decimal): -16646978 or 12516353. OLE color: 12516353.

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

Color convert

RGB1252190-
CMYK1.0000.250.01
HSL165.18º99.21%49.61%-
HSV(B)165.18º99.6%98.82%-
XYZ44.1273.3460.55-
YUV169.88139.347.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.23%
GREEN value IS 252 (98.83% from 255) = 56.88%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=0.23%
G=56.88%
B=42.89%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal12521901.0000.250.01165.1899.2149.61
Hex1FCBE640191a56332
Octal1374276144031124514362
Binary1111111001011111011001000110011101001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01FCBE;
 }
 .AnyTagClassName
 {
   color: #01FCBE;
 }
</style>
background-color css

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

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

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

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

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

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