#01FCBD

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

Shades of Medium Spring Green #01FCBD

Tints of Medium Spring Green #01FCBD

Color information

#01FCBD (or 0x01FCBD) is unknown color: approx Medium Spring Green. HEX triplet: 01, FC and BD. RGB value is (1,252,189). Sum of RGB (Red+Green+Blue) = 1+252+189=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FCBD is #FE0342. Grayscale: #A9A9A9. Windows color (decimal): -16646979 or 12450817. OLE color: 12450817.

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

Color convert

RGB1252189-
CMYK1.0000.250.01
HSL164.94º99.21%49.61%-
HSV(B)164.94º99.6%98.82%-
XYZ44.0173.359.97-
YUV169.77138.847.62-

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) = 57.01%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=0.23%
G=57.01%
B=42.76%

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
Decimal12521891.0000.250.01164.9499.2149.61
Hex1FCBD640191a56332
Octal1374275144031124514362
Binary1111111001011110111001000110011101001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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