Shades of Sulu #B7DA6E
Tints of Sulu #B7DA6E
RGB
CMYK
RGB Variations
Color information
#B7DA6E (or 0xB7DA6E) is known color: Sulu. HEX triplet: B7, DA and 6E. RGB value is (183,218,110). Sum of RGB (Red+Green+Blue) = 183+218+110=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DA6E is #482591. Grayscale: #C3C3C3. Windows color (decimal): -4728210 or 7264951. OLE color: 7264951.
HSL color Cylindrical-coordinate representation of color #B7DA6E: hue angle of 79.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7DA6E is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 110 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.15 |
| HSL | 79.44º | 0.59% | 0.64% | - |
| HSV(B) | 79.44º | 0.5% | 0.85% | - |
| XYZ | 47.41 | 61.34 | 24.09 | - |
| YUV | 195.22 | 79.9 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 110 | 0.16 | 0 | 0.50 | 0.15 | 79.44 | 0.59 | 0.64 |
| Hex | B7 | DA | 6E | 10 | 0 | 32 | F | 4F | 3B | 40 |
| Octal | 267 | 332 | 156 | 20 | 0 | 62 | 17 | 117 | 73 | 100 |
| Binary | 10110111 | 11011010 | 1101110 | 10000 | 0 | 110010 | 1111 | 1001111 | 111011 | 1000000 |
Color Harmonies of #B7DA6E
Complementary color
Monochromatic Colors of #B7DA6E
Black with #B7DA6E
Text Example
Text Example
White with #B7DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA6E; }
p { color: rgb(183,218,110); }
H1.HeaderClassName
{
color: #B7DA6E;
}
.AnyTagClassName
{
color: #B7DA6E;
}
</style>
background-color css
<style>
a { background-color: #B7DA6E; }
a { background-color: rgb(183,218,110); }
div.DivClassName
{
background-color: #B7DA6E;
}
.BgClassName
{
background-color: #B7DA6E;
}
</style>
border-color css
<style>
span { border-color: #B7DA6E; }
span { border-color: rgb(183,218,110); }
td.TdClassName
{
border-color: #B7DA6E;
}
.TagClassName
{
border-color: #B7DA6E;
}
</style>