Html Css Color HEX #B0F995 Madang

📋 copy color: '#B0F995'

red 176 ◦ green 249 ◦ blue 149

#B0F995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #B0F995

Tints of Madang #B0F995

RGB

 RED value IS 176 (69.14% from 255) = 30.66%

 GREEN value IS 249 (97.66% from 255) = 43.38%

 BLUE value IS 149 (58.59% from 255) = 25.96%

R = 30.66%
G = 43.38%
B = 25.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#B0F995 (or 0xB0F995) is known color: Madang. HEX triplet: B0, F9 and 95. RGB value is (176,249,149). Sum of RGB (Red+Green+Blue) = 176+249+149=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F995 is #4F066A. Grayscale: #D8D8D8. Windows color (decimal): -5178987 or 9828784. OLE color: 9828784.

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

Color convert

RGB 176 249 149 -
CMYK 0.29 0 0.40 0.02
HSL 103.8º 0.89% 0.78% -
HSV(B) 103.8º 0.4% 0.98% -
XYZ 57.2 79.15 40.7 -
YUV 215.77 90.32 99.63 -
System Red Green Blue C M Y K H S L
Decimal 176 249 149 0.29 0 0.40 0.02 103.8 0.89 0.78
Hex B0 F9 95 1D 0 28 2 68 59 4E
Octal 260 371 225 35 0 50 2 150 131 116
Binary 10110000 11111001 10010101 11101 0 101000 10 1101000 1011001 1001110

Color Harmonies of #B0F995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F995

Black with #B0F995

Text Example


Text Example

White with #B0F995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F995; }

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

 H1.HeaderClassName
 {
   color: #B0F995;
 }
 .AnyTagClassName
 {
   color: #B0F995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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