Shades of Sulu #B7DC83
Tints of Sulu #B7DC83
RGB
CMYK
RGB Variations
Color information
#B7DC83 (or 0xB7DC83) is known color: Sulu. HEX triplet: B7, DC and 83. RGB value is (183,220,131). Sum of RGB (Red+Green+Blue) = 183+220+131=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DC83 is #48237C. Grayscale: #C7C7C7. Windows color (decimal): -4727677 or 8641719. OLE color: 8641719.
HSL color Cylindrical-coordinate representation of color #B7DC83: hue angle of 84.94º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7DC83 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 131 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.14 |
| HSL | 84.94º | 0.56% | 0.69% | - |
| HSV(B) | 84.94º | 0.4% | 0.86% | - |
| XYZ | 49.22 | 62.89 | 31.02 | - |
| YUV | 198.79 | 89.74 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 131 | 0.17 | 0 | 0.40 | 0.14 | 84.94 | 0.56 | 0.69 |
| Hex | B7 | DC | 83 | 11 | 0 | 28 | E | 55 | 38 | 45 |
| Octal | 267 | 334 | 203 | 21 | 0 | 50 | 16 | 125 | 70 | 105 |
| Binary | 10110111 | 11011100 | 10000011 | 10001 | 0 | 101000 | 1110 | 1010101 | 111000 | 1000101 |
Color Harmonies of #B7DC83
Complementary color
Monochromatic Colors of #B7DC83
Black with #B7DC83
Text Example
Text Example
White with #B7DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC83; }
p { color: rgb(183,220,131); }
H1.HeaderClassName
{
color: #B7DC83;
}
.AnyTagClassName
{
color: #B7DC83;
}
</style>
background-color css
<style>
a { background-color: #B7DC83; }
a { background-color: rgb(183,220,131); }
div.DivClassName
{
background-color: #B7DC83;
}
.BgClassName
{
background-color: #B7DC83;
}
</style>
border-color css
<style>
span { border-color: #B7DC83; }
span { border-color: rgb(183,220,131); }
td.TdClassName
{
border-color: #B7DC83;
}
.TagClassName
{
border-color: #B7DC83;
}
</style>