#B0F199

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

Shades of Madang #B0F199

Tints of Madang #B0F199

Color information

#B0F199 (or 0xB0F199) is unknown color: approx Madang. HEX triplet: B0, F1 and 99. RGB value is (176,241,153). Sum of RGB (Red+Green+Blue) = 176+241+153=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F199 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F199 is #4F0E66. Grayscale: #D3D3D3. Windows color (decimal): -5181031 or 10088880. OLE color: 10088880.

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

Color convert

RGB176241153-
CMYK0.2700.370.05
HSL104.32º75.86%77.25%-
HSV(B)104.32º36.51%94.51%-
XYZ55.1174.4441.6-
YUV211.5394.97102.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 241 (94.53% from 255) = 42.28%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=30.88%
G=42.28%
B=26.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411530.2700.370.05104.3275.8677.25
HexB0F1991B0255684c4d
Octal260361231330455150114115
Binary101100001111000110011001110110100101101110100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F199; }

 p { color: rgb(176,241,153); }

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

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

 a { background-color: rgb(176,241,153); }

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

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

 span { border-color: rgb(176,241,153); }

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