Shades of Sulu #B8F98C
Tints of Sulu #B8F98C
RGB
CMYK
RGB Variations
Color information
#B8F98C (or 0xB8F98C) is known color: Sulu. HEX triplet: B8, F9 and 8C. RGB value is (184,249,140). Sum of RGB (Red+Green+Blue) = 184+249+140=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8F98C is #470673. Grayscale: #D9D9D9. Windows color (decimal): -4654708 or 9238968. OLE color: 9238968.
HSL color Cylindrical-coordinate representation of color #B8F98C: hue angle of 95.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8F98C is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 249 | 140 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.02 |
| HSL | 95.78º | 0.9% | 0.76% | - |
| HSV(B) | 95.78º | 0.44% | 0.98% | - |
| XYZ | 58.38 | 79.84 | 37.14 | - |
| YUV | 217.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 249 | 140 | 0.26 | 0 | 0.44 | 0.02 | 95.78 | 0.9 | 0.76 |
| Hex | B8 | F9 | 8C | 1A | 0 | 2C | 2 | 60 | 5A | 4C |
| Octal | 270 | 371 | 214 | 32 | 0 | 54 | 2 | 140 | 132 | 114 |
| Binary | 10111000 | 11111001 | 10001100 | 11010 | 0 | 101100 | 10 | 1100000 | 1011010 | 1001100 |
Color Harmonies of #B8F98C
Complementary color
Monochromatic Colors of #B8F98C
Black with #B8F98C
Text Example
Text Example
White with #B8F98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F98C; }
p { color: rgb(184,249,140); }
H1.HeaderClassName
{
color: #B8F98C;
}
.AnyTagClassName
{
color: #B8F98C;
}
</style>
background-color css
<style>
a { background-color: #B8F98C; }
a { background-color: rgb(184,249,140); }
div.DivClassName
{
background-color: #B8F98C;
}
.BgClassName
{
background-color: #B8F98C;
}
</style>
border-color css
<style>
span { border-color: #B8F98C; }
span { border-color: rgb(184,249,140); }
td.TdClassName
{
border-color: #B8F98C;
}
.TagClassName
{
border-color: #B8F98C;
}
</style>