Shades of Sulu #B8E270
Tints of Sulu #B8E270
RGB
CMYK
RGB Variations
Color information
#B8E270 (or 0xB8E270) is known color: Sulu. HEX triplet: B8, E2 and 70. RGB value is (184,226,112). Sum of RGB (Red+Green+Blue) = 184+226+112=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E270 is #471D8F. Grayscale: #C8C8C8. Windows color (decimal): -4660624 or 7398072. OLE color: 7398072.
HSL color Cylindrical-coordinate representation of color #B8E270: hue angle of 82.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8E270 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 226 | 112 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.11 |
| HSL | 82.11º | 0.66% | 0.66% | - |
| HSV(B) | 82.11º | 0.5% | 0.89% | - |
| XYZ | 49.89 | 65.75 | 25.39 | - |
| YUV | 200.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 112 | 0.19 | 0 | 0.50 | 0.11 | 82.11 | 0.66 | 0.66 |
| Hex | B8 | E2 | 70 | 13 | 0 | 32 | B | 52 | 42 | 42 |
| Octal | 270 | 342 | 160 | 23 | 0 | 62 | 13 | 122 | 102 | 102 |
| Binary | 10111000 | 11100010 | 1110000 | 10011 | 0 | 110010 | 1011 | 1010010 | 1000010 | 1000010 |
Color Harmonies of #B8E270
Complementary color
Monochromatic Colors of #B8E270
Black with #B8E270
Text Example
Text Example
White with #B8E270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E270; }
p { color: rgb(184,226,112); }
H1.HeaderClassName
{
color: #B8E270;
}
.AnyTagClassName
{
color: #B8E270;
}
</style>
background-color css
<style>
a { background-color: #B8E270; }
a { background-color: rgb(184,226,112); }
div.DivClassName
{
background-color: #B8E270;
}
.BgClassName
{
background-color: #B8E270;
}
</style>
border-color css
<style>
span { border-color: #B8E270; }
span { border-color: rgb(184,226,112); }
td.TdClassName
{
border-color: #B8E270;
}
.TagClassName
{
border-color: #B8E270;
}
</style>