Shades of Sulu #B7D979
Tints of Sulu #B7D979
RGB
CMYK
RGB Variations
Color information
#B7D979 (or 0xB7D979) is known color: Sulu. HEX triplet: B7, D9 and 79. RGB value is (183,217,121). Sum of RGB (Red+Green+Blue) = 183+217+121=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D979 is #482686. Grayscale: #C4C4C4. Windows color (decimal): -4728455 or 7985591. OLE color: 7985591.
HSL color Cylindrical-coordinate representation of color #B7D979: hue angle of 81.25º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7D979 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 121 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.15 |
| HSL | 81.25º | 0.56% | 0.66% | - |
| HSV(B) | 81.25º | 0.44% | 0.85% | - |
| XYZ | 47.79 | 61.07 | 27.36 | - |
| YUV | 195.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 121 | 0.16 | 0 | 0.44 | 0.15 | 81.25 | 0.56 | 0.66 |
| Hex | B7 | D9 | 79 | 10 | 0 | 2C | F | 51 | 38 | 42 |
| Octal | 267 | 331 | 171 | 20 | 0 | 54 | 17 | 121 | 70 | 102 |
| Binary | 10110111 | 11011001 | 1111001 | 10000 | 0 | 101100 | 1111 | 1010001 | 111000 | 1000010 |
Color Harmonies of #B7D979
Complementary color
Monochromatic Colors of #B7D979
Black with #B7D979
Text Example
Text Example
White with #B7D979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D979; }
p { color: rgb(183,217,121); }
H1.HeaderClassName
{
color: #B7D979;
}
.AnyTagClassName
{
color: #B7D979;
}
</style>
background-color css
<style>
a { background-color: #B7D979; }
a { background-color: rgb(183,217,121); }
div.DivClassName
{
background-color: #B7D979;
}
.BgClassName
{
background-color: #B7D979;
}
</style>
border-color css
<style>
span { border-color: #B7D979; }
span { border-color: rgb(183,217,121); }
td.TdClassName
{
border-color: #B7D979;
}
.TagClassName
{
border-color: #B7D979;
}
</style>