Shades of Sulu #B7D970
Tints of Sulu #B7D970
RGB
CMYK
RGB Variations
Color information
#B7D970 (or 0xB7D970) is known color: Sulu. HEX triplet: B7, D9 and 70. RGB value is (183,217,112). Sum of RGB (Red+Green+Blue) = 183+217+112=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D970 is #48268F. Grayscale: #C3C3C3. Windows color (decimal): -4728464 or 7395767. OLE color: 7395767.
HSL color Cylindrical-coordinate representation of color #B7D970: hue angle of 79.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7D970 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 112 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.15 |
| HSL | 79.43º | 0.58% | 0.65% | - |
| HSV(B) | 79.43º | 0.48% | 0.85% | - |
| XYZ | 47.27 | 60.86 | 24.59 | - |
| YUV | 194.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 112 | 0.16 | 0 | 0.48 | 0.15 | 79.43 | 0.58 | 0.65 |
| Hex | B7 | D9 | 70 | 10 | 0 | 30 | F | 4F | 3A | 41 |
| Octal | 267 | 331 | 160 | 20 | 0 | 60 | 17 | 117 | 72 | 101 |
| Binary | 10110111 | 11011001 | 1110000 | 10000 | 0 | 110000 | 1111 | 1001111 | 111010 | 1000001 |
Color Harmonies of #B7D970
Complementary color
Monochromatic Colors of #B7D970
Black with #B7D970
Text Example
Text Example
White with #B7D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D970; }
p { color: rgb(183,217,112); }
H1.HeaderClassName
{
color: #B7D970;
}
.AnyTagClassName
{
color: #B7D970;
}
</style>
background-color css
<style>
a { background-color: #B7D970; }
a { background-color: rgb(183,217,112); }
div.DivClassName
{
background-color: #B7D970;
}
.BgClassName
{
background-color: #B7D970;
}
</style>
border-color css
<style>
span { border-color: #B7D970; }
span { border-color: rgb(183,217,112); }
td.TdClassName
{
border-color: #B7D970;
}
.TagClassName
{
border-color: #B7D970;
}
</style>