Shades of Sulu #B8F081
Tints of Sulu #B8F081
RGB
CMYK
RGB Variations
Color information
#B8F081 (or 0xB8F081) is known color: Sulu. HEX triplet: B8, F0 and 81. RGB value is (184,240,129). Sum of RGB (Red+Green+Blue) = 184+240+129=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F081 is #470F7E. Grayscale: #D2D2D2. Windows color (decimal): -4657023 or 8515768. OLE color: 8515768.
HSL color Cylindrical-coordinate representation of color #B8F081: hue angle of 90.27º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8F081 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 129 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.06 |
| HSL | 90.27º | 0.79% | 0.72% | - |
| HSV(B) | 90.27º | 0.46% | 0.94% | - |
| XYZ | 54.89 | 74.1 | 32.18 | - |
| YUV | 210.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 129 | 0.23 | 0 | 0.46 | 0.06 | 90.27 | 0.79 | 0.72 |
| Hex | B8 | F0 | 81 | 17 | 0 | 2E | 6 | 5A | 4F | 48 |
| Octal | 270 | 360 | 201 | 27 | 0 | 56 | 6 | 132 | 117 | 110 |
| Binary | 10111000 | 11110000 | 10000001 | 10111 | 0 | 101110 | 110 | 1011010 | 1001111 | 1001000 |
Color Harmonies of #B8F081
Complementary color
Monochromatic Colors of #B8F081
Black with #B8F081
Text Example
Text Example
White with #B8F081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F081; }
p { color: rgb(184,240,129); }
H1.HeaderClassName
{
color: #B8F081;
}
.AnyTagClassName
{
color: #B8F081;
}
</style>
background-color css
<style>
a { background-color: #B8F081; }
a { background-color: rgb(184,240,129); }
div.DivClassName
{
background-color: #B8F081;
}
.BgClassName
{
background-color: #B8F081;
}
</style>
border-color css
<style>
span { border-color: #B8F081; }
span { border-color: rgb(184,240,129); }
td.TdClassName
{
border-color: #B8F081;
}
.TagClassName
{
border-color: #B8F081;
}
</style>