#BDF99E

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

Shades of Madang #BDF99E

Tints of Madang #BDF99E

Color information

#BDF99E (or 0xBDF99E) is unknown color: approx Madang. HEX triplet: BD, F9 and 9E. RGB value is (189,249,158). Sum of RGB (Red+Green+Blue) = 189+249+158=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF99E is #420661. Grayscale: #DCDCDC. Windows color (decimal): -4327010 or 10418621. OLE color: 10418621.

HSL color Cylindrical-coordinate representation of color #BDF99E: hue angle of 99.56º 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 #BDF99E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB189249158-
CMYK0.2400.370.02
HSL99.56º88.35%79.8%-
HSV(B)99.56º36.55%97.65%-
XYZ61.0381.0444.77-
YUV220.6992.62105.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 249 (97.66% from 255) = 41.78%
BLUE value IS 158 (62.11% from 255) = 26.51%
R=31.71%
G=41.78%
B=26.51%

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
Decimal1892491580.2400.370.0299.5688.3579.8
HexBDF99E180252645850
Octal275371236300452144130120
Binary10111101111110011001111011000010010110110010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF99E; }

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

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

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

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

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

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

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

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