#b0f99e

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

Shades of Madang #B0F99E

Tints of Madang #B0F99E

Color information

#B0F99E (or 0xB0F99E) is unknown color: approx Madang. HEX triplet: B0, F9 and 9E. RGB value is (176,249,158). Sum of RGB (Red+Green+Blue) = 176+249+158=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F99E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F99E is #4F0661. Grayscale: #D9D9D9. Windows color (decimal): -5178978 or 10418608. OLE color: 10418608.

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

Color convert

RGB176249158-
CMYK0.2900.370.02
HSL108.13º88.35%79.8%-
HSV(B)108.13º36.55%97.65%-
XYZ57.9579.4544.63-
YUV216.894.8298.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 249 (97.66% from 255) = 42.71%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=30.19%
G=42.71%
B=27.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762491580.2900.370.02108.1388.3579.8
HexB0F99E1D02526c5850
Octal260371236350452154130120
Binary10110000111110011001111011101010010110110110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f99e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f99e; }

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

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

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

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

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

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

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

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