Shades of Sulu #B7DB7B
Tints of Sulu #B7DB7B
RGB
CMYK
RGB Variations
Color information
#B7DB7B (or 0xB7DB7B) is known color: Sulu. HEX triplet: B7, DB and 7B. RGB value is (183,219,123). Sum of RGB (Red+Green+Blue) = 183+219+123=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB7B is #482484. Grayscale: #C5C5C5. Windows color (decimal): -4727941 or 8117175. OLE color: 8117175.
HSL color Cylindrical-coordinate representation of color #B7DB7B: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7DB7B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 123 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.14 |
| HSL | 82.5º | 0.57% | 0.67% | - |
| HSV(B) | 82.5º | 0.44% | 0.86% | - |
| XYZ | 48.44 | 62.16 | 28.18 | - |
| YUV | 197.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 123 | 0.16 | 0 | 0.44 | 0.14 | 82.5 | 0.57 | 0.67 |
| Hex | B7 | DB | 7B | 10 | 0 | 2C | E | 52 | 39 | 43 |
| Octal | 267 | 333 | 173 | 20 | 0 | 54 | 16 | 122 | 71 | 103 |
| Binary | 10110111 | 11011011 | 1111011 | 10000 | 0 | 101100 | 1110 | 1010010 | 111001 | 1000011 |
Color Harmonies of #B7DB7B
Complementary color
Monochromatic Colors of #B7DB7B
Black with #B7DB7B
Text Example
Text Example
White with #B7DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB7B; }
p { color: rgb(183,219,123); }
H1.HeaderClassName
{
color: #B7DB7B;
}
.AnyTagClassName
{
color: #B7DB7B;
}
</style>
background-color css
<style>
a { background-color: #B7DB7B; }
a { background-color: rgb(183,219,123); }
div.DivClassName
{
background-color: #B7DB7B;
}
.BgClassName
{
background-color: #B7DB7B;
}
</style>
border-color css
<style>
span { border-color: #B7DB7B; }
span { border-color: rgb(183,219,123); }
td.TdClassName
{
border-color: #B7DB7B;
}
.TagClassName
{
border-color: #B7DB7B;
}
</style>