Shades of Sulu #B7D773
Tints of Sulu #B7D773
RGB
CMYK
RGB Variations
Color information
#B7D773 (or 0xB7D773) is known color: Sulu. HEX triplet: B7, D7 and 73. RGB value is (183,215,115). Sum of RGB (Red+Green+Blue) = 183+215+115=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D773 is #48288C. Grayscale: #C2C2C2. Windows color (decimal): -4728973 or 7591863. OLE color: 7591863.
HSL color Cylindrical-coordinate representation of color #B7D773: hue angle of 79.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7D773 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 115 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.16 |
| HSL | 79.2º | 0.56% | 0.65% | - |
| HSV(B) | 79.2º | 0.47% | 0.84% | - |
| XYZ | 46.92 | 59.91 | 25.31 | - |
| YUV | 194.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 115 | 0.15 | 0 | 0.47 | 0.16 | 79.2 | 0.56 | 0.65 |
| Hex | B7 | D7 | 73 | F | 0 | 2F | 10 | 4F | 38 | 41 |
| Octal | 267 | 327 | 163 | 17 | 0 | 57 | 20 | 117 | 70 | 101 |
| Binary | 10110111 | 11010111 | 1110011 | 1111 | 0 | 101111 | 10000 | 1001111 | 111000 | 1000001 |
Color Harmonies of #B7D773
Complementary color
Monochromatic Colors of #B7D773
Black with #B7D773
Text Example
Text Example
White with #B7D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D773; }
p { color: rgb(183,215,115); }
H1.HeaderClassName
{
color: #B7D773;
}
.AnyTagClassName
{
color: #B7D773;
}
</style>
background-color css
<style>
a { background-color: #B7D773; }
a { background-color: rgb(183,215,115); }
div.DivClassName
{
background-color: #B7D773;
}
.BgClassName
{
background-color: #B7D773;
}
</style>
border-color css
<style>
span { border-color: #B7D773; }
span { border-color: rgb(183,215,115); }
td.TdClassName
{
border-color: #B7D773;
}
.TagClassName
{
border-color: #B7D773;
}
</style>