Shades of Sulu #B8E073
Tints of Sulu #B8E073
RGB
CMYK
RGB Variations
Color information
#B8E073 (or 0xB8E073) is known color: Sulu. HEX triplet: B8, E0 and 73. RGB value is (184,224,115). Sum of RGB (Red+Green+Blue) = 184+224+115=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E073 is #471F8C. Grayscale: #C8C8C8. Windows color (decimal): -4661133 or 7594168. OLE color: 7594168.
HSL color Cylindrical-coordinate representation of color #B8E073: hue angle of 82.02º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8E073 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 115 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.12 |
| HSL | 82.02º | 0.64% | 0.66% | - |
| HSV(B) | 82.02º | 0.49% | 0.88% | - |
| XYZ | 49.52 | 64.74 | 26.11 | - |
| YUV | 199.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 115 | 0.18 | 0 | 0.49 | 0.12 | 82.02 | 0.64 | 0.66 |
| Hex | B8 | E0 | 73 | 12 | 0 | 31 | C | 52 | 40 | 42 |
| Octal | 270 | 340 | 163 | 22 | 0 | 61 | 14 | 122 | 100 | 102 |
| Binary | 10111000 | 11100000 | 1110011 | 10010 | 0 | 110001 | 1100 | 1010010 | 1000000 | 1000010 |
Color Harmonies of #B8E073
Complementary color
Monochromatic Colors of #B8E073
Black with #B8E073
Text Example
Text Example
White with #B8E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E073; }
p { color: rgb(184,224,115); }
H1.HeaderClassName
{
color: #B8E073;
}
.AnyTagClassName
{
color: #B8E073;
}
</style>
background-color css
<style>
a { background-color: #B8E073; }
a { background-color: rgb(184,224,115); }
div.DivClassName
{
background-color: #B8E073;
}
.BgClassName
{
background-color: #B8E073;
}
</style>
border-color css
<style>
span { border-color: #B8E073; }
span { border-color: rgb(184,224,115); }
td.TdClassName
{
border-color: #B8E073;
}
.TagClassName
{
border-color: #B8E073;
}
</style>