Shades of Sulu #B8FF8C
Tints of Sulu #B8FF8C
RGB
CMYK
RGB Variations
Color information
#B8FF8C (or 0xB8FF8C) is known color: Sulu. HEX triplet: B8, FF and 8C. RGB value is (184,255,140). Sum of RGB (Red+Green+Blue) = 184+255+140=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FF8C is #470073. Grayscale: #DDDDDD. Windows color (decimal): -4653172 or 9240504. OLE color: 9240504.
HSL color Cylindrical-coordinate representation of color #B8FF8C: hue angle of 97.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8FF8C is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 140 | - |
| CMYK | 0.28 | 0 | 0.45 | 0 |
| HSL | 97.04º | 1% | 0.77% | - |
| HSV(B) | 97.04º | 0.45% | 1% | - |
| XYZ | 60.26 | 83.6 | 37.77 | - |
| YUV | 220.66 | 82.48 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 140 | 0.28 | 0 | 0.45 | 0 | 97.04 | 1 | 0.77 |
| Hex | B8 | FF | 8C | 1C | 0 | 2D | 0 | 61 | 64 | 4D |
| Octal | 270 | 377 | 214 | 34 | 0 | 55 | 0 | 141 | 144 | 115 |
| Binary | 10111000 | 11111111 | 10001100 | 11100 | 0 | 101101 | 0 | 1100001 | 1100100 | 1001101 |
Color Harmonies of #B8FF8C
Complementary color
Monochromatic Colors of #B8FF8C
Black with #B8FF8C
Text Example
Text Example
White with #B8FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FF8C; }
p { color: rgb(184,255,140); }
H1.HeaderClassName
{
color: #B8FF8C;
}
.AnyTagClassName
{
color: #B8FF8C;
}
</style>
background-color css
<style>
a { background-color: #B8FF8C; }
a { background-color: rgb(184,255,140); }
div.DivClassName
{
background-color: #B8FF8C;
}
.BgClassName
{
background-color: #B8FF8C;
}
</style>
border-color css
<style>
span { border-color: #B8FF8C; }
span { border-color: rgb(184,255,140); }
td.TdClassName
{
border-color: #B8FF8C;
}
.TagClassName
{
border-color: #B8FF8C;
}
</style>