Shades of Sulu #B7D978
Tints of Sulu #B7D978
RGB
CMYK
RGB Variations
Color information
#B7D978 (or 0xB7D978) is known color: Sulu. HEX triplet: B7, D9 and 78. RGB value is (183,217,120). Sum of RGB (Red+Green+Blue) = 183+217+120=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D978 is #482687. Grayscale: #C4C4C4. Windows color (decimal): -4728456 or 7920055. OLE color: 7920055.
HSL color Cylindrical-coordinate representation of color #B7D978: hue angle of 81.03º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7D978 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 120 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.15 |
| HSL | 81.03º | 0.56% | 0.66% | - |
| HSV(B) | 81.03º | 0.45% | 0.85% | - |
| XYZ | 47.73 | 61.05 | 27.04 | - |
| YUV | 195.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 120 | 0.16 | 0 | 0.45 | 0.15 | 81.03 | 0.56 | 0.66 |
| Hex | B7 | D9 | 78 | 10 | 0 | 2D | F | 51 | 38 | 42 |
| Octal | 267 | 331 | 170 | 20 | 0 | 55 | 17 | 121 | 70 | 102 |
| Binary | 10110111 | 11011001 | 1111000 | 10000 | 0 | 101101 | 1111 | 1010001 | 111000 | 1000010 |
Color Harmonies of #B7D978
Complementary color
Monochromatic Colors of #B7D978
Black with #B7D978
Text Example
Text Example
White with #B7D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D978; }
p { color: rgb(183,217,120); }
H1.HeaderClassName
{
color: #B7D978;
}
.AnyTagClassName
{
color: #B7D978;
}
</style>
background-color css
<style>
a { background-color: #B7D978; }
a { background-color: rgb(183,217,120); }
div.DivClassName
{
background-color: #B7D978;
}
.BgClassName
{
background-color: #B7D978;
}
</style>
border-color css
<style>
span { border-color: #B7D978; }
span { border-color: rgb(183,217,120); }
td.TdClassName
{
border-color: #B7D978;
}
.TagClassName
{
border-color: #B7D978;
}
</style>