#B2F995

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

Shades of Madang #B2F995

Tints of Madang #B2F995

Color information

#B2F995 (or 0xB2F995) is unknown color: approx Madang. HEX triplet: B2, F9 and 95. RGB value is (178,249,149). Sum of RGB (Red+Green+Blue) = 178+249+149=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F995 is #4D066A. Grayscale: #D8D8D8. Windows color (decimal): -5047915 or 9828786. OLE color: 9828786.

HSL color Cylindrical-coordinate representation of color #B2F995: hue angle of 102.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2F995 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB178249149-
CMYK0.2900.400.02
HSL102.6º89.29%78.04%-
HSV(B)102.6º40.16%97.65%-
XYZ57.6679.3940.72-
YUV216.3789.98100.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.90%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=30.90%
G=43.23%
B=25.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782491490.2900.400.02102.689.2978.04
HexB2F9951D028267594e
Octal262371225350502147131116
Binary10110010111110011001010111101010100010110011110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F995; }

 p { color: rgb(178,249,149); }

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

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

 a { background-color: rgb(178,249,149); }

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

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

 span { border-color: rgb(178,249,149); }

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