Shades of Sulu #B7DF87
Tints of Sulu #B7DF87
RGB
CMYK
RGB Variations
Color information
#B7DF87 (or 0xB7DF87) is known color: Sulu. HEX triplet: B7, DF and 87. RGB value is (183,223,135). Sum of RGB (Red+Green+Blue) = 183+223+135=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DF87 is #482078. Grayscale: #C9C9C9. Windows color (decimal): -4726905 or 8904631. OLE color: 8904631.
HSL color Cylindrical-coordinate representation of color #B7DF87: hue angle of 87.27º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7DF87 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 135 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.13 |
| HSL | 87.27º | 0.58% | 0.7% | - |
| HSV(B) | 87.27º | 0.39% | 0.87% | - |
| XYZ | 50.29 | 64.59 | 32.74 | - |
| YUV | 201.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 135 | 0.18 | 0 | 0.39 | 0.13 | 87.27 | 0.58 | 0.7 |
| Hex | B7 | DF | 87 | 12 | 0 | 27 | D | 57 | 3A | 46 |
| Octal | 267 | 337 | 207 | 22 | 0 | 47 | 15 | 127 | 72 | 106 |
| Binary | 10110111 | 11011111 | 10000111 | 10010 | 0 | 100111 | 1101 | 1010111 | 111010 | 1000110 |
Color Harmonies of #B7DF87
Complementary color
Monochromatic Colors of #B7DF87
Black with #B7DF87
Text Example
Text Example
White with #B7DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF87; }
p { color: rgb(183,223,135); }
H1.HeaderClassName
{
color: #B7DF87;
}
.AnyTagClassName
{
color: #B7DF87;
}
</style>
background-color css
<style>
a { background-color: #B7DF87; }
a { background-color: rgb(183,223,135); }
div.DivClassName
{
background-color: #B7DF87;
}
.BgClassName
{
background-color: #B7DF87;
}
</style>
border-color css
<style>
span { border-color: #B7DF87; }
span { border-color: rgb(183,223,135); }
td.TdClassName
{
border-color: #B7DF87;
}
.TagClassName
{
border-color: #B7DF87;
}
</style>