Shades of Sulu #B7D977
Tints of Sulu #B7D977
RGB
CMYK
RGB Variations
Color information
#B7D977 (or 0xB7D977) is known color: Sulu. HEX triplet: B7, D9 and 77. RGB value is (183,217,119). Sum of RGB (Red+Green+Blue) = 183+217+119=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D977 is #482688. Grayscale: #C4C4C4. Windows color (decimal): -4728457 or 7854519. OLE color: 7854519.
HSL color Cylindrical-coordinate representation of color #B7D977: hue angle of 80.82º 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 #B7D977 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 119 | - |
| CMYK | 0.16 | 0 | 0.45 | 0.15 |
| HSL | 80.82º | 0.56% | 0.66% | - |
| HSV(B) | 80.82º | 0.45% | 0.85% | - |
| XYZ | 47.67 | 61.02 | 26.72 | - |
| YUV | 195.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 119 | 0.16 | 0 | 0.45 | 0.15 | 80.82 | 0.56 | 0.66 |
| Hex | B7 | D9 | 77 | 10 | 0 | 2D | F | 51 | 38 | 42 |
| Octal | 267 | 331 | 167 | 20 | 0 | 55 | 17 | 121 | 70 | 102 |
| Binary | 10110111 | 11011001 | 1110111 | 10000 | 0 | 101101 | 1111 | 1010001 | 111000 | 1000010 |
Color Harmonies of #B7D977
Complementary color
Monochromatic Colors of #B7D977
Black with #B7D977
Text Example
Text Example
White with #B7D977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D977; }
p { color: rgb(183,217,119); }
H1.HeaderClassName
{
color: #B7D977;
}
.AnyTagClassName
{
color: #B7D977;
}
</style>
background-color css
<style>
a { background-color: #B7D977; }
a { background-color: rgb(183,217,119); }
div.DivClassName
{
background-color: #B7D977;
}
.BgClassName
{
background-color: #B7D977;
}
</style>
border-color css
<style>
span { border-color: #B7D977; }
span { border-color: rgb(183,217,119); }
td.TdClassName
{
border-color: #B7D977;
}
.TagClassName
{
border-color: #B7D977;
}
</style>