#BDFE97

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

Shades of Madang #BDFE97

Tints of Madang #BDFE97

Color information

#BDFE97 (or 0xBDFE97) is unknown color: approx Madang. HEX triplet: BD, FE and 97. RGB value is (189,254,151). Sum of RGB (Red+Green+Blue) = 189+254+151=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE97 is #420168. Grayscale: #DFDFDF. Windows color (decimal): -4325737 or 9961149. OLE color: 9961149.

HSL color Cylindrical-coordinate representation of color #BDFE97: hue angle of 97.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDFE97 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB189254151-
CMYK0.2600.410.00
HSL97.86º98.1%79.41%-
HSV(B)97.86º40.55%99.61%-
XYZ62.0183.9442.21-
YUV222.8287.47103.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 254 (99.61% from 255) = 42.76%
BLUE value IS 151 (59.38% from 255) = 25.42%
R=31.82%
G=42.76%
B=25.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892541510.2600.410.0097.8698.179.41
HexBDFE971A029062624f
Octal275376227320510142142117
Binary1011110111111110100101111101001010010110001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFE97; }

 p { color: rgb(189,254,151); }

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

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

 a { background-color: rgb(189,254,151); }

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

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

 span { border-color: rgb(189,254,151); }

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