Shades of Sulu #B8E76F
Tints of Sulu #B8E76F
RGB
CMYK
RGB Variations
Color information
#B8E76F (or 0xB8E76F) is known color: Sulu. HEX triplet: B8, E7 and 6F. RGB value is (184,231,111). Sum of RGB (Red+Green+Blue) = 184+231+111=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #B8E76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8E76F is #471890. Grayscale: #CBCBCB. Windows color (decimal): -4659345 or 7333816. OLE color: 7333816.
HSL color Cylindrical-coordinate representation of color #B8E76F: hue angle of 83.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8E76F is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 231 | 111 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.09 |
| HSL | 83.5º | 0.71% | 0.67% | - |
| HSV(B) | 83.5º | 0.52% | 0.91% | - |
| XYZ | 51.21 | 68.49 | 25.56 | - |
| YUV | 203.27 | 75.93 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 231 | 111 | 0.20 | 0 | 0.52 | 0.09 | 83.5 | 0.71 | 0.67 |
| Hex | B8 | E7 | 6F | 14 | 0 | 34 | 9 | 54 | 47 | 43 |
| Octal | 270 | 347 | 157 | 24 | 0 | 64 | 11 | 124 | 107 | 103 |
| Binary | 10111000 | 11100111 | 1101111 | 10100 | 0 | 110100 | 1001 | 1010100 | 1000111 | 1000011 |
Color Harmonies of #B8E76F
Complementary color
Monochromatic Colors of #B8E76F
Black with #B8E76F
Text Example
Text Example
White with #B8E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E76F; }
p { color: rgb(184,231,111); }
H1.HeaderClassName
{
color: #B8E76F;
}
.AnyTagClassName
{
color: #B8E76F;
}
</style>
background-color css
<style>
a { background-color: #B8E76F; }
a { background-color: rgb(184,231,111); }
div.DivClassName
{
background-color: #B8E76F;
}
.BgClassName
{
background-color: #B8E76F;
}
</style>
border-color css
<style>
span { border-color: #B8E76F; }
span { border-color: rgb(184,231,111); }
td.TdClassName
{
border-color: #B8E76F;
}
.TagClassName
{
border-color: #B8E76F;
}
</style>