Shades of Sulu #B7FF73
Tints of Sulu #B7FF73
RGB
CMYK
RGB Variations
Color information
#B7FF73 (or 0xB7FF73) is known color: Sulu. HEX triplet: B7, FF and 73. RGB value is (183,255,115). Sum of RGB (Red+Green+Blue) = 183+255+115=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #B7FF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7FF73 is #48008C. Grayscale: #DADADA. Windows color (decimal): -4718733 or 7602103. OLE color: 7602103.
HSL color Cylindrical-coordinate representation of color #B7FF73: hue angle of 90.86º 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 #B7FF73 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 255 | 115 | - |
| CMYK | 0.28 | 0 | 0.55 | 0 |
| HSL | 90.86º | 1% | 0.73% | - |
| HSV(B) | 90.86º | 0.55% | 1% | - |
| XYZ | 58.38 | 82.83 | 29.13 | - |
| YUV | 217.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 255 | 115 | 0.28 | 0 | 0.55 | 0 | 90.86 | 1 | 0.73 |
| Hex | B7 | FF | 73 | 1C | 0 | 37 | 0 | 5B | 64 | 49 |
| Octal | 267 | 377 | 163 | 34 | 0 | 67 | 0 | 133 | 144 | 111 |
| Binary | 10110111 | 11111111 | 1110011 | 11100 | 0 | 110111 | 0 | 1011011 | 1100100 | 1001001 |
Color Harmonies of #B7FF73
Complementary color
Monochromatic Colors of #B7FF73
Black with #B7FF73
Text Example
Text Example
White with #B7FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FF73; }
p { color: rgb(183,255,115); }
H1.HeaderClassName
{
color: #B7FF73;
}
.AnyTagClassName
{
color: #B7FF73;
}
</style>
background-color css
<style>
a { background-color: #B7FF73; }
a { background-color: rgb(183,255,115); }
div.DivClassName
{
background-color: #B7FF73;
}
.BgClassName
{
background-color: #B7FF73;
}
</style>
border-color css
<style>
span { border-color: #B7FF73; }
span { border-color: rgb(183,255,115); }
td.TdClassName
{
border-color: #B7FF73;
}
.TagClassName
{
border-color: #B7FF73;
}
</style>