Html Css Color HEX #B0F48F Madang

📋 copy color: '#B0F48F'

red 176 ◦ green 244 ◦ blue 143

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

Shades of Madang #B0F48F

Tints of Madang #B0F48F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.34%

 BLUE value IS 143 (56.25% from 255) = 25.4%

R = 31.26%
G = 43.34%
B = 25.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#B0F48F (or 0xB0F48F) is known color: Madang. HEX triplet: B0, F4 and 8F. RGB value is (176,244,143). Sum of RGB (Red+Green+Blue) = 176+244+143=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 244 (95.70% from 255 or 43.34% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F48F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F48F is #4F0B70. Grayscale: #D4D4D4. Windows color (decimal): -5180273 or 9434288. OLE color: 9434288.

HSL color Cylindrical-coordinate representation of color #B0F48F: hue angle of 100.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0F48F is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 244 143 -
CMYK 0.28 0 0.41 0.04
HSL 100.4º 0.82% 0.76% -
HSV(B) 100.4º 0.41% 0.96% -
XYZ 55.21 75.91 37.73 -
YUV 212.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 176 244 143 0.28 0 0.41 0.04 100.4 0.82 0.76
Hex B0 F4 8F 1C 0 29 4 64 52 4C
Octal 260 364 217 34 0 51 4 144 122 114
Binary 10110000 11110100 10001111 11100 0 101001 100 1100100 1010010 1001100

Color Harmonies of #B0F48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F48F

Black with #B0F48F

Text Example


Text Example

White with #B0F48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F48F; }

 p { color: rgb(176,244,143); }

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

background-color css

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

 a { background-color: rgb(176,244,143); }

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

border-color css

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

 span { border-color: rgb(176,244,143); }

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