Shades of Sulu #B8E376
Tints of Sulu #B8E376
RGB
CMYK
RGB Variations
Color information
#B8E376 (or 0xB8E376) is known color: Sulu. HEX triplet: B8, E3 and 76. RGB value is (184,227,118). Sum of RGB (Red+Green+Blue) = 184+227+118=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #B8E376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E376 is #471C89. Grayscale: #CACACA. Windows color (decimal): -4660362 or 7791544. OLE color: 7791544.
HSL color Cylindrical-coordinate representation of color #B8E376: hue angle of 83.67º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8E376 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 227 | 118 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.11 |
| HSL | 83.67º | 0.66% | 0.68% | - |
| HSV(B) | 83.67º | 0.48% | 0.89% | - |
| XYZ | 50.51 | 66.44 | 27.3 | - |
| YUV | 201.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 227 | 118 | 0.19 | 0 | 0.48 | 0.11 | 83.67 | 0.66 | 0.68 |
| Hex | B8 | E3 | 76 | 13 | 0 | 30 | B | 54 | 42 | 44 |
| Octal | 270 | 343 | 166 | 23 | 0 | 60 | 13 | 124 | 102 | 104 |
| Binary | 10111000 | 11100011 | 1110110 | 10011 | 0 | 110000 | 1011 | 1010100 | 1000010 | 1000100 |
Color Harmonies of #B8E376
Complementary color
Monochromatic Colors of #B8E376
Black with #B8E376
Text Example
Text Example
White with #B8E376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E376; }
p { color: rgb(184,227,118); }
H1.HeaderClassName
{
color: #B8E376;
}
.AnyTagClassName
{
color: #B8E376;
}
</style>
background-color css
<style>
a { background-color: #B8E376; }
a { background-color: rgb(184,227,118); }
div.DivClassName
{
background-color: #B8E376;
}
.BgClassName
{
background-color: #B8E376;
}
</style>
border-color css
<style>
span { border-color: #B8E376; }
span { border-color: rgb(184,227,118); }
td.TdClassName
{
border-color: #B8E376;
}
.TagClassName
{
border-color: #B8E376;
}
</style>