Shades of Sulu #B7DB80
Tints of Sulu #B7DB80
RGB
CMYK
RGB Variations
Color information
#B7DB80 (or 0xB7DB80) is known color: Sulu. HEX triplet: B7, DB and 80. RGB value is (183,219,128). Sum of RGB (Red+Green+Blue) = 183+219+128=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DB80 is #48247F. Grayscale: #C6C6C6. Windows color (decimal): -4727936 or 8444855. OLE color: 8444855.
HSL color Cylindrical-coordinate representation of color #B7DB80: hue angle of 83.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7DB80 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 128 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.14 |
| HSL | 83.74º | 0.56% | 0.68% | - |
| HSV(B) | 83.74º | 0.42% | 0.86% | - |
| XYZ | 48.76 | 62.29 | 29.88 | - |
| YUV | 197.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 128 | 0.16 | 0 | 0.42 | 0.14 | 83.74 | 0.56 | 0.68 |
| Hex | B7 | DB | 80 | 10 | 0 | 2A | E | 54 | 38 | 44 |
| Octal | 267 | 333 | 200 | 20 | 0 | 52 | 16 | 124 | 70 | 104 |
| Binary | 10110111 | 11011011 | 10000000 | 10000 | 0 | 101010 | 1110 | 1010100 | 111000 | 1000100 |
Color Harmonies of #B7DB80
Complementary color
Monochromatic Colors of #B7DB80
Black with #B7DB80
Text Example
Text Example
White with #B7DB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB80; }
p { color: rgb(183,219,128); }
H1.HeaderClassName
{
color: #B7DB80;
}
.AnyTagClassName
{
color: #B7DB80;
}
</style>
background-color css
<style>
a { background-color: #B7DB80; }
a { background-color: rgb(183,219,128); }
div.DivClassName
{
background-color: #B7DB80;
}
.BgClassName
{
background-color: #B7DB80;
}
</style>
border-color css
<style>
span { border-color: #B7DB80; }
span { border-color: rgb(183,219,128); }
td.TdClassName
{
border-color: #B7DB80;
}
.TagClassName
{
border-color: #B7DB80;
}
</style>