#BDFC99

Color #BDFC99 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BDFC99

Tints of Madang #BDFC99

Color information

#BDFC99 (or 0xBDFC99) is unknown color: approx Madang. HEX triplet: BD, FC and 99. RGB value is (189,252,153). Sum of RGB (Red+Green+Blue) = 189+252+153=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFC99 is #420366. Grayscale: #DEDEDE. Windows color (decimal): -4326247 or 10091709. OLE color: 10091709.

HSL color Cylindrical-coordinate representation of color #BDFC99: hue angle of 98.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDFC99 is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB189252153-
CMYK0.2500.390.01
HSL98.18º94.29%79.41%-
HSV(B)98.18º39.29%98.82%-
XYZ61.5582.7442.86-
YUV221.8889.13104.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 252 (98.83% from 255) = 42.42%
BLUE value IS 153 (60.16% from 255) = 25.76%
R=31.82%
G=42.42%
B=25.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521530.2500.390.0198.1894.2979.41
HexBDFC99190271625e4f
Octal275374231310471142136117
Binary1011110111111100100110011100101001111110001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFC99; }

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

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

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

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

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

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

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

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