Shades of Sulu #B7DC7F
Tints of Sulu #B7DC7F
RGB
CMYK
RGB Variations
Color information
#B7DC7F (or 0xB7DC7F) is known color: Sulu. HEX triplet: B7, DC and 7F. RGB value is (183,220,127). Sum of RGB (Red+Green+Blue) = 183+220+127=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC7F is #482380. Grayscale: #C6C6C6. Windows color (decimal): -4727681 or 8379575. OLE color: 8379575.
HSL color Cylindrical-coordinate representation of color #B7DC7F: hue angle of 83.87º degrees, saturation: 0.57, 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 #B7DC7F is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 127 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.14 |
| HSL | 83.87º | 0.57% | 0.68% | - |
| HSV(B) | 83.87º | 0.42% | 0.86% | - |
| XYZ | 48.95 | 62.79 | 29.62 | - |
| YUV | 198.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 127 | 0.17 | 0 | 0.42 | 0.14 | 83.87 | 0.57 | 0.68 |
| Hex | B7 | DC | 7F | 11 | 0 | 2A | E | 54 | 39 | 44 |
| Octal | 267 | 334 | 177 | 21 | 0 | 52 | 16 | 124 | 71 | 104 |
| Binary | 10110111 | 11011100 | 1111111 | 10001 | 0 | 101010 | 1110 | 1010100 | 111001 | 1000100 |
Color Harmonies of #B7DC7F
Complementary color
Monochromatic Colors of #B7DC7F
Black with #B7DC7F
Text Example
Text Example
White with #B7DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC7F; }
p { color: rgb(183,220,127); }
H1.HeaderClassName
{
color: #B7DC7F;
}
.AnyTagClassName
{
color: #B7DC7F;
}
</style>
background-color css
<style>
a { background-color: #B7DC7F; }
a { background-color: rgb(183,220,127); }
div.DivClassName
{
background-color: #B7DC7F;
}
.BgClassName
{
background-color: #B7DC7F;
}
</style>
border-color css
<style>
span { border-color: #B7DC7F; }
span { border-color: rgb(183,220,127); }
td.TdClassName
{
border-color: #B7DC7F;
}
.TagClassName
{
border-color: #B7DC7F;
}
</style>