Shades of Sulu #B8FB73
Tints of Sulu #B8FB73
RGB
CMYK
RGB Variations
Color information
#B8FB73 (or 0xB8FB73) is known color: Sulu. HEX triplet: B8, FB and 73. RGB value is (184,251,115). Sum of RGB (Red+Green+Blue) = 184+251+115=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FB73 is #47048C. Grayscale: #D7D7D7. Windows color (decimal): -4654221 or 7601080. OLE color: 7601080.
HSL color Cylindrical-coordinate representation of color #B8FB73: hue angle of 89.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8FB73 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 115 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.02 |
| HSL | 89.56º | 0.94% | 0.72% | - |
| HSV(B) | 89.56º | 0.54% | 0.98% | - |
| XYZ | 57.36 | 80.42 | 28.72 | - |
| YUV | 215.46 | 71.3 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 115 | 0.27 | 0 | 0.54 | 0.02 | 89.56 | 0.94 | 0.72 |
| Hex | B8 | FB | 73 | 1B | 0 | 36 | 2 | 5A | 5E | 48 |
| Octal | 270 | 373 | 163 | 33 | 0 | 66 | 2 | 132 | 136 | 110 |
| Binary | 10111000 | 11111011 | 1110011 | 11011 | 0 | 110110 | 10 | 1011010 | 1011110 | 1001000 |
Color Harmonies of #B8FB73
Complementary color
Monochromatic Colors of #B8FB73
Black with #B8FB73
Text Example
Text Example
White with #B8FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FB73; }
p { color: rgb(184,251,115); }
H1.HeaderClassName
{
color: #B8FB73;
}
.AnyTagClassName
{
color: #B8FB73;
}
</style>
background-color css
<style>
a { background-color: #B8FB73; }
a { background-color: rgb(184,251,115); }
div.DivClassName
{
background-color: #B8FB73;
}
.BgClassName
{
background-color: #B8FB73;
}
</style>
border-color css
<style>
span { border-color: #B8FB73; }
span { border-color: rgb(184,251,115); }
td.TdClassName
{
border-color: #B8FB73;
}
.TagClassName
{
border-color: #B8FB73;
}
</style>