Shades of Sulu #B7E382
Tints of Sulu #B7E382
RGB
CMYK
RGB Variations
Color information
#B7E382 (or 0xB7E382) is known color: Sulu. HEX triplet: B7, E3 and 82. RGB value is (183,227,130). Sum of RGB (Red+Green+Blue) = 183+227+130=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #B7E382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7E382 is #481C7D. Grayscale: #CBCBCB. Windows color (decimal): -4725886 or 8577975. OLE color: 8577975.
HSL color Cylindrical-coordinate representation of color #B7E382: hue angle of 87.22º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7E382 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 227 | 130 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.11 |
| HSL | 87.22º | 0.63% | 0.7% | - |
| HSV(B) | 87.22º | 0.43% | 0.89% | - |
| XYZ | 51.03 | 66.62 | 31.29 | - |
| YUV | 202.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 227 | 130 | 0.19 | 0 | 0.43 | 0.11 | 87.22 | 0.63 | 0.7 |
| Hex | B7 | E3 | 82 | 13 | 0 | 2B | B | 57 | 3F | 46 |
| Octal | 267 | 343 | 202 | 23 | 0 | 53 | 13 | 127 | 77 | 106 |
| Binary | 10110111 | 11100011 | 10000010 | 10011 | 0 | 101011 | 1011 | 1010111 | 111111 | 1000110 |
Color Harmonies of #B7E382
Complementary color
Monochromatic Colors of #B7E382
Black with #B7E382
Text Example
Text Example
White with #B7E382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E382; }
p { color: rgb(183,227,130); }
H1.HeaderClassName
{
color: #B7E382;
}
.AnyTagClassName
{
color: #B7E382;
}
</style>
background-color css
<style>
a { background-color: #B7E382; }
a { background-color: rgb(183,227,130); }
div.DivClassName
{
background-color: #B7E382;
}
.BgClassName
{
background-color: #B7E382;
}
</style>
border-color css
<style>
span { border-color: #B7E382; }
span { border-color: rgb(183,227,130); }
td.TdClassName
{
border-color: #B7E382;
}
.TagClassName
{
border-color: #B7E382;
}
</style>