Shades of Sulu #B7E082
Tints of Sulu #B7E082
RGB
CMYK
RGB Variations
Color information
#B7E082 (or 0xB7E082) is known color: Sulu. HEX triplet: B7, E0 and 82. RGB value is (183,224,130). Sum of RGB (Red+Green+Blue) = 183+224+130=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7E082 is #481F7D. Grayscale: #C9C9C9. Windows color (decimal): -4726654 or 8577207. OLE color: 8577207.
HSL color Cylindrical-coordinate representation of color #B7E082: hue angle of 86.17º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7E082 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 130 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.12 |
| HSL | 86.17º | 0.6% | 0.69% | - |
| HSV(B) | 86.17º | 0.42% | 0.88% | - |
| XYZ | 50.21 | 64.99 | 31.02 | - |
| YUV | 201.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 130 | 0.18 | 0 | 0.42 | 0.12 | 86.17 | 0.6 | 0.69 |
| Hex | B7 | E0 | 82 | 12 | 0 | 2A | C | 56 | 3C | 45 |
| Octal | 267 | 340 | 202 | 22 | 0 | 52 | 14 | 126 | 74 | 105 |
| Binary | 10110111 | 11100000 | 10000010 | 10010 | 0 | 101010 | 1100 | 1010110 | 111100 | 1000101 |
Color Harmonies of #B7E082
Complementary color
Monochromatic Colors of #B7E082
Black with #B7E082
Text Example
Text Example
White with #B7E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E082; }
p { color: rgb(183,224,130); }
H1.HeaderClassName
{
color: #B7E082;
}
.AnyTagClassName
{
color: #B7E082;
}
</style>
background-color css
<style>
a { background-color: #B7E082; }
a { background-color: rgb(183,224,130); }
div.DivClassName
{
background-color: #B7E082;
}
.BgClassName
{
background-color: #B7E082;
}
</style>
border-color css
<style>
span { border-color: #B7E082; }
span { border-color: rgb(183,224,130); }
td.TdClassName
{
border-color: #B7E082;
}
.TagClassName
{
border-color: #B7E082;
}
</style>