Shades of Sulu #B7DE6D
Tints of Sulu #B7DE6D
RGB
CMYK
RGB Variations
Color information
#B7DE6D (or 0xB7DE6D) is known color: Sulu. HEX triplet: B7, DE and 6D. RGB value is (183,222,109). Sum of RGB (Red+Green+Blue) = 183+222+109=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DE6D is #482192. Grayscale: #C5C5C5. Windows color (decimal): -4727187 or 7200439. OLE color: 7200439.
HSL color Cylindrical-coordinate representation of color #B7DE6D: hue angle of 80.71º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7DE6D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 109 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.13 |
| HSL | 80.71º | 0.63% | 0.65% | - |
| HSV(B) | 80.71º | 0.51% | 0.87% | - |
| XYZ | 48.41 | 63.41 | 24.16 | - |
| YUV | 197.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 109 | 0.18 | 0 | 0.51 | 0.13 | 80.71 | 0.63 | 0.65 |
| Hex | B7 | DE | 6D | 12 | 0 | 33 | D | 51 | 3F | 41 |
| Octal | 267 | 336 | 155 | 22 | 0 | 63 | 15 | 121 | 77 | 101 |
| Binary | 10110111 | 11011110 | 1101101 | 10010 | 0 | 110011 | 1101 | 1010001 | 111111 | 1000001 |
Color Harmonies of #B7DE6D
Complementary color
Monochromatic Colors of #B7DE6D
Black with #B7DE6D
Text Example
Text Example
White with #B7DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DE6D; }
p { color: rgb(183,222,109); }
H1.HeaderClassName
{
color: #B7DE6D;
}
.AnyTagClassName
{
color: #B7DE6D;
}
</style>
background-color css
<style>
a { background-color: #B7DE6D; }
a { background-color: rgb(183,222,109); }
div.DivClassName
{
background-color: #B7DE6D;
}
.BgClassName
{
background-color: #B7DE6D;
}
</style>
border-color css
<style>
span { border-color: #B7DE6D; }
span { border-color: rgb(183,222,109); }
td.TdClassName
{
border-color: #B7DE6D;
}
.TagClassName
{
border-color: #B7DE6D;
}
</style>