#BDF197

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

Shades of Madang #BDF197

Tints of Madang #BDF197

Color information

#BDF197 (or 0xBDF197) is unknown color: approx Madang. HEX triplet: BD, F1 and 97. RGB value is (189,241,151). Sum of RGB (Red+Green+Blue) = 189+241+151=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 151 (59.38% from 255 or 25.99% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF197 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF197 is #420E68. Grayscale: #D7D7D7. Windows color (decimal): -4329065 or 9957821. OLE color: 9957821.

HSL color Cylindrical-coordinate representation of color #BDF197: hue angle of 94.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDF197 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB189241151-
CMYK0.2200.370.05
HSL94.67º76.27%76.86%-
HSV(B)94.67º37.34%94.51%-
XYZ58.0375.9640.88-
YUV215.1991.77109.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 151 (59.38% from 255) = 25.99%
R=32.53%
G=41.48%
B=25.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411510.2200.370.0594.6776.2776.86
HexBDF1971602555f4c4d
Octal275361227260455137114115
Binary101111011111000110010111101100100101101101111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF197; }

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

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

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

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

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

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

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

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