Shades of Sulu #B8FF8F
Tints of Sulu #B8FF8F
RGB
CMYK
RGB Variations
Color information
#B8FF8F (or 0xB8FF8F) is known color: Sulu. HEX triplet: B8, FF and 8F. RGB value is (184,255,143). Sum of RGB (Red+Green+Blue) = 184+255+143=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FF8F is #470070. Grayscale: #DDDDDD. Windows color (decimal): -4653169 or 9437112. OLE color: 9437112.
HSL color Cylindrical-coordinate representation of color #B8FF8F: hue angle of 98.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8FF8F is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 143 | - |
| CMYK | 0.28 | 0 | 0.44 | 0 |
| HSL | 98.04º | 1% | 0.78% | - |
| HSV(B) | 98.04º | 0.44% | 1% | - |
| XYZ | 60.49 | 83.69 | 38.95 | - |
| YUV | 221 | 83.98 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 143 | 0.28 | 0 | 0.44 | 0 | 98.04 | 1 | 0.78 |
| Hex | B8 | FF | 8F | 1C | 0 | 2C | 0 | 62 | 64 | 4E |
| Octal | 270 | 377 | 217 | 34 | 0 | 54 | 0 | 142 | 144 | 116 |
| Binary | 10111000 | 11111111 | 10001111 | 11100 | 0 | 101100 | 0 | 1100010 | 1100100 | 1001110 |
Color Harmonies of #B8FF8F
Complementary color
Monochromatic Colors of #B8FF8F
Black with #B8FF8F
Text Example
Text Example
White with #B8FF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FF8F; }
p { color: rgb(184,255,143); }
H1.HeaderClassName
{
color: #B8FF8F;
}
.AnyTagClassName
{
color: #B8FF8F;
}
</style>
background-color css
<style>
a { background-color: #B8FF8F; }
a { background-color: rgb(184,255,143); }
div.DivClassName
{
background-color: #B8FF8F;
}
.BgClassName
{
background-color: #B8FF8F;
}
</style>
border-color css
<style>
span { border-color: #B8FF8F; }
span { border-color: rgb(184,255,143); }
td.TdClassName
{
border-color: #B8FF8F;
}
.TagClassName
{
border-color: #B8FF8F;
}
</style>