Shades of Sulu #B7D872
Tints of Sulu #B7D872
RGB
CMYK
RGB Variations
Color information
#B7D872 (or 0xB7D872) is known color: Sulu. HEX triplet: B7, D8 and 72. RGB value is (183,216,114). Sum of RGB (Red+Green+Blue) = 183+216+114=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D872 is #48278D. Grayscale: #C2C2C2. Windows color (decimal): -4728718 or 7526583. OLE color: 7526583.
HSL color Cylindrical-coordinate representation of color #B7D872: hue angle of 79.41º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7D872 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 114 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.15 |
| HSL | 79.41º | 0.57% | 0.65% | - |
| HSV(B) | 79.41º | 0.47% | 0.85% | - |
| XYZ | 47.12 | 60.39 | 25.09 | - |
| YUV | 194.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 114 | 0.15 | 0 | 0.47 | 0.15 | 79.41 | 0.57 | 0.65 |
| Hex | B7 | D8 | 72 | F | 0 | 2F | F | 4F | 39 | 41 |
| Octal | 267 | 330 | 162 | 17 | 0 | 57 | 17 | 117 | 71 | 101 |
| Binary | 10110111 | 11011000 | 1110010 | 1111 | 0 | 101111 | 1111 | 1001111 | 111001 | 1000001 |
Color Harmonies of #B7D872
Complementary color
Monochromatic Colors of #B7D872
Black with #B7D872
Text Example
Text Example
White with #B7D872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D872; }
p { color: rgb(183,216,114); }
H1.HeaderClassName
{
color: #B7D872;
}
.AnyTagClassName
{
color: #B7D872;
}
</style>
background-color css
<style>
a { background-color: #B7D872; }
a { background-color: rgb(183,216,114); }
div.DivClassName
{
background-color: #B7D872;
}
.BgClassName
{
background-color: #B7D872;
}
</style>
border-color css
<style>
span { border-color: #B7D872; }
span { border-color: rgb(183,216,114); }
td.TdClassName
{
border-color: #B7D872;
}
.TagClassName
{
border-color: #B7D872;
}
</style>