Shades of Sulu #B7D777
Tints of Sulu #B7D777
RGB
CMYK
RGB Variations
Color information
#B7D777 (or 0xB7D777) is known color: Sulu. HEX triplet: B7, D7 and 77. RGB value is (183,215,119). Sum of RGB (Red+Green+Blue) = 183+215+119=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D777 is #482888. Grayscale: #C2C2C2. Windows color (decimal): -4728969 or 7854007. OLE color: 7854007.
HSL color Cylindrical-coordinate representation of color #B7D777: hue angle of 80º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7D777 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 119 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.16 |
| HSL | 80º | 0.55% | 0.65% | - |
| HSV(B) | 80º | 0.45% | 0.84% | - |
| XYZ | 47.16 | 60 | 26.55 | - |
| YUV | 194.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 119 | 0.15 | 0 | 0.45 | 0.16 | 80 | 0.55 | 0.65 |
| Hex | B7 | D7 | 77 | F | 0 | 2D | 10 | 50 | 37 | 41 |
| Octal | 267 | 327 | 167 | 17 | 0 | 55 | 20 | 120 | 67 | 101 |
| Binary | 10110111 | 11010111 | 1110111 | 1111 | 0 | 101101 | 10000 | 1010000 | 110111 | 1000001 |
Color Harmonies of #B7D777
Complementary color
Monochromatic Colors of #B7D777
Black with #B7D777
Text Example
Text Example
White with #B7D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D777; }
p { color: rgb(183,215,119); }
H1.HeaderClassName
{
color: #B7D777;
}
.AnyTagClassName
{
color: #B7D777;
}
</style>
background-color css
<style>
a { background-color: #B7D777; }
a { background-color: rgb(183,215,119); }
div.DivClassName
{
background-color: #B7D777;
}
.BgClassName
{
background-color: #B7D777;
}
</style>
border-color css
<style>
span { border-color: #B7D777; }
span { border-color: rgb(183,215,119); }
td.TdClassName
{
border-color: #B7D777;
}
.TagClassName
{
border-color: #B7D777;
}
</style>