Shades of Sulu #B7DB6E
Tints of Sulu #B7DB6E
RGB
CMYK
RGB Variations
Color information
#B7DB6E (or 0xB7DB6E) is known color: Sulu. HEX triplet: B7, DB and 6E. RGB value is (183,219,110). Sum of RGB (Red+Green+Blue) = 183+219+110=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DB6E is #482491. Grayscale: #C4C4C4. Windows color (decimal): -4727954 or 7265207. OLE color: 7265207.
HSL color Cylindrical-coordinate representation of color #B7DB6E: hue angle of 79.82º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7DB6E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 110 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.14 |
| HSL | 79.82º | 0.6% | 0.65% | - |
| HSV(B) | 79.82º | 0.5% | 0.86% | - |
| XYZ | 47.67 | 61.86 | 24.18 | - |
| YUV | 195.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 110 | 0.16 | 0 | 0.50 | 0.14 | 79.82 | 0.6 | 0.65 |
| Hex | B7 | DB | 6E | 10 | 0 | 32 | E | 50 | 3C | 41 |
| Octal | 267 | 333 | 156 | 20 | 0 | 62 | 16 | 120 | 74 | 101 |
| Binary | 10110111 | 11011011 | 1101110 | 10000 | 0 | 110010 | 1110 | 1010000 | 111100 | 1000001 |
Color Harmonies of #B7DB6E
Complementary color
Monochromatic Colors of #B7DB6E
Black with #B7DB6E
Text Example
Text Example
White with #B7DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB6E; }
p { color: rgb(183,219,110); }
H1.HeaderClassName
{
color: #B7DB6E;
}
.AnyTagClassName
{
color: #B7DB6E;
}
</style>
background-color css
<style>
a { background-color: #B7DB6E; }
a { background-color: rgb(183,219,110); }
div.DivClassName
{
background-color: #B7DB6E;
}
.BgClassName
{
background-color: #B7DB6E;
}
</style>
border-color css
<style>
span { border-color: #B7DB6E; }
span { border-color: rgb(183,219,110); }
td.TdClassName
{
border-color: #B7DB6E;
}
.TagClassName
{
border-color: #B7DB6E;
}
</style>