#BDF997

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

Shades of Madang #BDF997

Tints of Madang #BDF997

Color information

#BDF997 (or 0xBDF997) is unknown color: approx Madang. HEX triplet: BD, F9 and 97. RGB value is (189,249,151). Sum of RGB (Red+Green+Blue) = 189+249+151=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF997 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF997 is #420668. Grayscale: #DCDCDC. Windows color (decimal): -4327017 or 9959869. OLE color: 9959869.

HSL color Cylindrical-coordinate representation of color #BDF997: hue angle of 96.73º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF997 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB189249151-
CMYK0.2400.390.02
HSL96.73º89.09%78.43%-
HSV(B)96.73º39.36%97.65%-
XYZ60.4580.841.69-
YUV219.8989.12105.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 249 (97.66% from 255) = 42.28%
BLUE value IS 151 (59.38% from 255) = 25.64%
R=32.09%
G=42.28%
B=25.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491510.2400.390.0296.7389.0978.43
HexBDF99718027261594e
Octal275371227300472141131116
Binary10111101111110011001011111000010011110110000110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF997; }

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

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

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

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

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

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

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

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