Shades of Sulu #B8E16D
Tints of Sulu #B8E16D
RGB
CMYK
RGB Variations
Color information
#B8E16D (or 0xB8E16D) is known color: Sulu. HEX triplet: B8, E1 and 6D. RGB value is (184,225,109). Sum of RGB (Red+Green+Blue) = 184+225+109=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 109 (42.97% from 255 or 21.04% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E16D is #471E92. Grayscale: #C7C7C7. Windows color (decimal): -4660883 or 7201208. OLE color: 7201208.
HSL color Cylindrical-coordinate representation of color #B8E16D: hue angle of 81.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8E16D is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 225 | 109 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.12 |
| HSL | 81.21º | 0.66% | 0.65% | - |
| HSV(B) | 81.21º | 0.52% | 0.88% | - |
| XYZ | 49.45 | 65.14 | 24.44 | - |
| YUV | 199.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 225 | 109 | 0.18 | 0 | 0.52 | 0.12 | 81.21 | 0.66 | 0.65 |
| Hex | B8 | E1 | 6D | 12 | 0 | 34 | C | 51 | 42 | 41 |
| Octal | 270 | 341 | 155 | 22 | 0 | 64 | 14 | 121 | 102 | 101 |
| Binary | 10111000 | 11100001 | 1101101 | 10010 | 0 | 110100 | 1100 | 1010001 | 1000010 | 1000001 |
Color Harmonies of #B8E16D
Complementary color
Monochromatic Colors of #B8E16D
Black with #B8E16D
Text Example
Text Example
White with #B8E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E16D; }
p { color: rgb(184,225,109); }
H1.HeaderClassName
{
color: #B8E16D;
}
.AnyTagClassName
{
color: #B8E16D;
}
</style>
background-color css
<style>
a { background-color: #B8E16D; }
a { background-color: rgb(184,225,109); }
div.DivClassName
{
background-color: #B8E16D;
}
.BgClassName
{
background-color: #B8E16D;
}
</style>
border-color css
<style>
span { border-color: #B8E16D; }
span { border-color: rgb(184,225,109); }
td.TdClassName
{
border-color: #B8E16D;
}
.TagClassName
{
border-color: #B8E16D;
}
</style>