Shades of Sulu #B7E56C
Tints of Sulu #B7E56C
RGB
CMYK
RGB Variations
Color information
#B7E56C (or 0xB7E56C) is known color: Sulu. HEX triplet: B7, E5 and 6C. RGB value is (183,229,108). Sum of RGB (Red+Green+Blue) = 183+229+108=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #B7E56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E56C is #481A93. Grayscale: #C9C9C9. Windows color (decimal): -4725396 or 7136695. OLE color: 7136695.
HSL color Cylindrical-coordinate representation of color #B7E56C: hue angle of 82.81º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7E56C is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 229 | 108 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.10 |
| HSL | 82.81º | 0.7% | 0.66% | - |
| HSV(B) | 82.81º | 0.53% | 0.9% | - |
| XYZ | 50.25 | 67.19 | 24.51 | - |
| YUV | 201.45 | 75.26 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 229 | 108 | 0.20 | 0 | 0.53 | 0.10 | 82.81 | 0.7 | 0.66 |
| Hex | B7 | E5 | 6C | 14 | 0 | 35 | A | 53 | 46 | 42 |
| Octal | 267 | 345 | 154 | 24 | 0 | 65 | 12 | 123 | 106 | 102 |
| Binary | 10110111 | 11100101 | 1101100 | 10100 | 0 | 110101 | 1010 | 1010011 | 1000110 | 1000010 |
Color Harmonies of #B7E56C
Complementary color
Monochromatic Colors of #B7E56C
Black with #B7E56C
Text Example
Text Example
White with #B7E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E56C; }
p { color: rgb(183,229,108); }
H1.HeaderClassName
{
color: #B7E56C;
}
.AnyTagClassName
{
color: #B7E56C;
}
</style>
background-color css
<style>
a { background-color: #B7E56C; }
a { background-color: rgb(183,229,108); }
div.DivClassName
{
background-color: #B7E56C;
}
.BgClassName
{
background-color: #B7E56C;
}
</style>
border-color css
<style>
span { border-color: #B7E56C; }
span { border-color: rgb(183,229,108); }
td.TdClassName
{
border-color: #B7E56C;
}
.TagClassName
{
border-color: #B7E56C;
}
</style>