Shades of Sulu #B8FF73
Tints of Sulu #B8FF73
RGB
CMYK
RGB Variations
Color information
#B8FF73 (or 0xB8FF73) is known color: Sulu. HEX triplet: B8, FF and 73. RGB value is (184,255,115). Sum of RGB (Red+Green+Blue) = 184+255+115=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FF73 is #47008C. Grayscale: #DADADA. Windows color (decimal): -4653197 or 7602104. OLE color: 7602104.
HSL color Cylindrical-coordinate representation of color #B8FF73: hue angle of 90.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8FF73 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 115 | - |
| CMYK | 0.28 | 0 | 0.55 | 0 |
| HSL | 90.43º | 1% | 0.73% | - |
| HSV(B) | 90.43º | 0.55% | 1% | - |
| XYZ | 58.62 | 82.95 | 29.14 | - |
| YUV | 217.81 | 69.98 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 115 | 0.28 | 0 | 0.55 | 0 | 90.43 | 1 | 0.73 |
| Hex | B8 | FF | 73 | 1C | 0 | 37 | 0 | 5A | 64 | 49 |
| Octal | 270 | 377 | 163 | 34 | 0 | 67 | 0 | 132 | 144 | 111 |
| Binary | 10111000 | 11111111 | 1110011 | 11100 | 0 | 110111 | 0 | 1011010 | 1100100 | 1001001 |
Color Harmonies of #B8FF73
Complementary color
Monochromatic Colors of #B8FF73
Black with #B8FF73
Text Example
Text Example
White with #B8FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FF73; }
p { color: rgb(184,255,115); }
H1.HeaderClassName
{
color: #B8FF73;
}
.AnyTagClassName
{
color: #B8FF73;
}
</style>
background-color css
<style>
a { background-color: #B8FF73; }
a { background-color: rgb(184,255,115); }
div.DivClassName
{
background-color: #B8FF73;
}
.BgClassName
{
background-color: #B8FF73;
}
</style>
border-color css
<style>
span { border-color: #B8FF73; }
span { border-color: rgb(184,255,115); }
td.TdClassName
{
border-color: #B8FF73;
}
.TagClassName
{
border-color: #B8FF73;
}
</style>