Shades of Sulu #B7E682
Tints of Sulu #B7E682
RGB
CMYK
RGB Variations
Color information
#B7E682 (or 0xB7E682) is known color: Sulu. HEX triplet: B7, E6 and 82. RGB value is (183,230,130). Sum of RGB (Red+Green+Blue) = 183+230+130=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #B7E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7E682 is #48197D. Grayscale: #CCCCCC. Windows color (decimal): -4725118 or 8578743. OLE color: 8578743.
HSL color Cylindrical-coordinate representation of color #B7E682: hue angle of 88.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7E682 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 230 | 130 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.10 |
| HSL | 88.2º | 0.67% | 0.71% | - |
| HSV(B) | 88.2º | 0.43% | 0.9% | - |
| XYZ | 51.85 | 68.27 | 31.56 | - |
| YUV | 204.55 | 85.93 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 230 | 130 | 0.20 | 0 | 0.43 | 0.10 | 88.2 | 0.67 | 0.71 |
| Hex | B7 | E6 | 82 | 14 | 0 | 2B | A | 58 | 43 | 47 |
| Octal | 267 | 346 | 202 | 24 | 0 | 53 | 12 | 130 | 103 | 107 |
| Binary | 10110111 | 11100110 | 10000010 | 10100 | 0 | 101011 | 1010 | 1011000 | 1000011 | 1000111 |
Color Harmonies of #B7E682
Complementary color
Monochromatic Colors of #B7E682
Black with #B7E682
Text Example
Text Example
White with #B7E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E682; }
p { color: rgb(183,230,130); }
H1.HeaderClassName
{
color: #B7E682;
}
.AnyTagClassName
{
color: #B7E682;
}
</style>
background-color css
<style>
a { background-color: #B7E682; }
a { background-color: rgb(183,230,130); }
div.DivClassName
{
background-color: #B7E682;
}
.BgClassName
{
background-color: #B7E682;
}
</style>
border-color css
<style>
span { border-color: #B7E682; }
span { border-color: rgb(183,230,130); }
td.TdClassName
{
border-color: #B7E682;
}
.TagClassName
{
border-color: #B7E682;
}
</style>