Shades of Sulu #B7D785
Tints of Sulu #B7D785
RGB
CMYK
RGB Variations
Color information
#B7D785 (or 0xB7D785) is known color: Sulu. HEX triplet: B7, D7 and 85. RGB value is (183,215,133). Sum of RGB (Red+Green+Blue) = 183+215+133=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D785 is #48287A. Grayscale: #C4C4C4. Windows color (decimal): -4728955 or 8771511. OLE color: 8771511.
HSL color Cylindrical-coordinate representation of color #B7D785: hue angle of 83.41º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7D785 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 133 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.16 |
| HSL | 83.41º | 0.51% | 0.68% | - |
| HSV(B) | 83.41º | 0.38% | 0.84% | - |
| XYZ | 48.06 | 60.36 | 31.31 | - |
| YUV | 196.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 133 | 0.15 | 0 | 0.38 | 0.16 | 83.41 | 0.51 | 0.68 |
| Hex | B7 | D7 | 85 | F | 0 | 26 | 10 | 53 | 33 | 44 |
| Octal | 267 | 327 | 205 | 17 | 0 | 46 | 20 | 123 | 63 | 104 |
| Binary | 10110111 | 11010111 | 10000101 | 1111 | 0 | 100110 | 10000 | 1010011 | 110011 | 1000100 |
Color Harmonies of #B7D785
Complementary color
Monochromatic Colors of #B7D785
Black with #B7D785
Text Example
Text Example
White with #B7D785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D785; }
p { color: rgb(183,215,133); }
H1.HeaderClassName
{
color: #B7D785;
}
.AnyTagClassName
{
color: #B7D785;
}
</style>
background-color css
<style>
a { background-color: #B7D785; }
a { background-color: rgb(183,215,133); }
div.DivClassName
{
background-color: #B7D785;
}
.BgClassName
{
background-color: #B7D785;
}
</style>
border-color css
<style>
span { border-color: #B7D785; }
span { border-color: rgb(183,215,133); }
td.TdClassName
{
border-color: #B7D785;
}
.TagClassName
{
border-color: #B7D785;
}
</style>