Shades of Sulu #B7DC6F
Tints of Sulu #B7DC6F
RGB
CMYK
RGB Variations
Color information
#B7DC6F (or 0xB7DC6F) is known color: Sulu. HEX triplet: B7, DC and 6F. RGB value is (183,220,111). Sum of RGB (Red+Green+Blue) = 183+220+111=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC6F is #482390. Grayscale: #C4C4C4. Windows color (decimal): -4727697 or 7330999. OLE color: 7330999.
HSL color Cylindrical-coordinate representation of color #B7DC6F: hue angle of 80.37º degrees, saturation: 0.61, 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 #B7DC6F is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 111 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.14 |
| HSL | 80.37º | 0.61% | 0.65% | - |
| HSV(B) | 80.37º | 0.5% | 0.86% | - |
| XYZ | 47.99 | 62.4 | 24.55 | - |
| YUV | 196.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 111 | 0.17 | 0 | 0.50 | 0.14 | 80.37 | 0.61 | 0.65 |
| Hex | B7 | DC | 6F | 11 | 0 | 32 | E | 50 | 3D | 41 |
| Octal | 267 | 334 | 157 | 21 | 0 | 62 | 16 | 120 | 75 | 101 |
| Binary | 10110111 | 11011100 | 1101111 | 10001 | 0 | 110010 | 1110 | 1010000 | 111101 | 1000001 |
Color Harmonies of #B7DC6F
Complementary color
Monochromatic Colors of #B7DC6F
Black with #B7DC6F
Text Example
Text Example
White with #B7DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC6F; }
p { color: rgb(183,220,111); }
H1.HeaderClassName
{
color: #B7DC6F;
}
.AnyTagClassName
{
color: #B7DC6F;
}
</style>
background-color css
<style>
a { background-color: #B7DC6F; }
a { background-color: rgb(183,220,111); }
div.DivClassName
{
background-color: #B7DC6F;
}
.BgClassName
{
background-color: #B7DC6F;
}
</style>
border-color css
<style>
span { border-color: #B7DC6F; }
span { border-color: rgb(183,220,111); }
td.TdClassName
{
border-color: #B7DC6F;
}
.TagClassName
{
border-color: #B7DC6F;
}
</style>