#B0F398

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

Shades of Madang #B0F398

Tints of Madang #B0F398

Color information

#B0F398 (or 0xB0F398) is unknown color: approx Madang. HEX triplet: B0, F3 and 98. RGB value is (176,243,152). Sum of RGB (Red+Green+Blue) = 176+243+152=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F398 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F398 is #4F0C67. Grayscale: #D4D4D4. Windows color (decimal): -5180520 or 10023856. OLE color: 10023856.

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

Color convert

RGB176243152-
CMYK0.2800.370.05
HSL104.18º79.13%77.45%-
HSV(B)104.18º37.45%95.29%-
XYZ55.6275.641.37-
YUV212.5993.8101.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=30.82%
G=42.56%
B=26.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431520.2800.370.05104.1879.1377.45
HexB0F3981C0255684f4d
Octal260363230340455150117115
Binary101100001111001110011000111000100101101110100010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F398; }

 p { color: rgb(176,243,152); }

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

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

 a { background-color: rgb(176,243,152); }

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

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

 span { border-color: rgb(176,243,152); }

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