Shades of Sulu #B8E76D
Tints of Sulu #B8E76D
RGB
CMYK
RGB Variations
Color information
#B8E76D (or 0xB8E76D) is known color: Sulu. HEX triplet: B8, E7 and 6D. RGB value is (184,231,109). Sum of RGB (Red+Green+Blue) = 184+231+109=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 231 - color contains mainly: green. Hex color #B8E76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8E76D is #471892. Grayscale: #CBCBCB. Windows color (decimal): -4659347 or 7202744. OLE color: 7202744.
HSL color Cylindrical-coordinate representation of color #B8E76D: hue angle of 83.11º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8E76D is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 231 | 109 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.09 |
| HSL | 83.11º | 0.72% | 0.67% | - |
| HSV(B) | 83.11º | 0.53% | 0.91% | - |
| XYZ | 51.1 | 68.45 | 24.99 | - |
| YUV | 203.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 231 | 109 | 0.20 | 0 | 0.53 | 0.09 | 83.11 | 0.72 | 0.67 |
| Hex | B8 | E7 | 6D | 14 | 0 | 35 | 9 | 53 | 48 | 43 |
| Octal | 270 | 347 | 155 | 24 | 0 | 65 | 11 | 123 | 110 | 103 |
| Binary | 10111000 | 11100111 | 1101101 | 10100 | 0 | 110101 | 1001 | 1010011 | 1001000 | 1000011 |
Color Harmonies of #B8E76D
Complementary color
Monochromatic Colors of #B8E76D
Black with #B8E76D
Text Example
Text Example
White with #B8E76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E76D; }
p { color: rgb(184,231,109); }
H1.HeaderClassName
{
color: #B8E76D;
}
.AnyTagClassName
{
color: #B8E76D;
}
</style>
background-color css
<style>
a { background-color: #B8E76D; }
a { background-color: rgb(184,231,109); }
div.DivClassName
{
background-color: #B8E76D;
}
.BgClassName
{
background-color: #B8E76D;
}
</style>
border-color css
<style>
span { border-color: #B8E76D; }
span { border-color: rgb(184,231,109); }
td.TdClassName
{
border-color: #B8E76D;
}
.TagClassName
{
border-color: #B8E76D;
}
</style>