#BDF99D

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

Shades of Madang #BDF99D

Tints of Madang #BDF99D

Color information

#BDF99D (or 0xBDF99D) is unknown color: approx Madang. HEX triplet: BD, F9 and 9D. RGB value is (189,249,157). Sum of RGB (Red+Green+Blue) = 189+249+157=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF99D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF99D is #420662. Grayscale: #DCDCDC. Windows color (decimal): -4327011 or 10353085. OLE color: 10353085.

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

Color convert

RGB189249157-
CMYK0.2400.370.02
HSL99.13º88.46%79.61%-
HSV(B)99.13º36.95%97.65%-
XYZ60.958144.32-
YUV220.5792.12105.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 157 (61.72% from 255) = 26.39%
R=31.76%
G=41.85%
B=26.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491570.2400.370.0299.1388.4679.61
HexBDF99D180252635850
Octal275371235300452143130120
Binary10111101111110011001110111000010010110110001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF99D; }

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

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

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

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

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

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

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

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