Shades of Sulu #B8F18E
Tints of Sulu #B8F18E
RGB
CMYK
RGB Variations
Color information
#B8F18E (or 0xB8F18E) is known color: Sulu. HEX triplet: B8, F1 and 8E. RGB value is (184,241,142). Sum of RGB (Red+Green+Blue) = 184+241+142=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 142 (55.86% from 255 or 25.04% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F18E is #470E71. Grayscale: #D5D5D5. Windows color (decimal): -4656754 or 9367992. OLE color: 9367992.
HSL color Cylindrical-coordinate representation of color #B8F18E: hue angle of 94.55º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B8F18E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 142 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.05 |
| HSL | 94.55º | 0.78% | 0.75% | - |
| HSV(B) | 94.55º | 0.41% | 0.95% | - |
| XYZ | 56.1 | 75.05 | 37.12 | - |
| YUV | 212.67 | 88.12 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 142 | 0.24 | 0 | 0.41 | 0.05 | 94.55 | 0.78 | 0.75 |
| Hex | B8 | F1 | 8E | 18 | 0 | 29 | 5 | 5F | 4E | 4B |
| Octal | 270 | 361 | 216 | 30 | 0 | 51 | 5 | 137 | 116 | 113 |
| Binary | 10111000 | 11110001 | 10001110 | 11000 | 0 | 101001 | 101 | 1011111 | 1001110 | 1001011 |
Color Harmonies of #B8F18E
Complementary color
Monochromatic Colors of #B8F18E
Black with #B8F18E
Text Example
Text Example
White with #B8F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F18E; }
p { color: rgb(184,241,142); }
H1.HeaderClassName
{
color: #B8F18E;
}
.AnyTagClassName
{
color: #B8F18E;
}
</style>
background-color css
<style>
a { background-color: #B8F18E; }
a { background-color: rgb(184,241,142); }
div.DivClassName
{
background-color: #B8F18E;
}
.BgClassName
{
background-color: #B8F18E;
}
</style>
border-color css
<style>
span { border-color: #B8F18E; }
span { border-color: rgb(184,241,142); }
td.TdClassName
{
border-color: #B8F18E;
}
.TagClassName
{
border-color: #B8F18E;
}
</style>