Shades of Sulu #B8F57A
Tints of Sulu #B8F57A
RGB
CMYK
RGB Variations
Color information
#B8F57A (or 0xB8F57A) is known color: Sulu. HEX triplet: B8, F5 and 7A. RGB value is (184,245,122). Sum of RGB (Red+Green+Blue) = 184+245+122=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F57A is #470A85. Grayscale: #D5D5D5. Windows color (decimal): -4655750 or 8058296. OLE color: 8058296.
HSL color Cylindrical-coordinate representation of color #B8F57A: hue angle of 89.76º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8F57A is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 122 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.04 |
| HSL | 89.76º | 0.86% | 0.72% | - |
| HSV(B) | 89.76º | 0.5% | 0.96% | - |
| XYZ | 55.93 | 76.9 | 30.31 | - |
| YUV | 212.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 122 | 0.25 | 0 | 0.50 | 0.04 | 89.76 | 0.86 | 0.72 |
| Hex | B8 | F5 | 7A | 19 | 0 | 32 | 4 | 5A | 56 | 48 |
| Octal | 270 | 365 | 172 | 31 | 0 | 62 | 4 | 132 | 126 | 110 |
| Binary | 10111000 | 11110101 | 1111010 | 11001 | 0 | 110010 | 100 | 1011010 | 1010110 | 1001000 |
Color Harmonies of #B8F57A
Complementary color
Monochromatic Colors of #B8F57A
Black with #B8F57A
Text Example
Text Example
White with #B8F57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F57A; }
p { color: rgb(184,245,122); }
H1.HeaderClassName
{
color: #B8F57A;
}
.AnyTagClassName
{
color: #B8F57A;
}
</style>
background-color css
<style>
a { background-color: #B8F57A; }
a { background-color: rgb(184,245,122); }
div.DivClassName
{
background-color: #B8F57A;
}
.BgClassName
{
background-color: #B8F57A;
}
</style>
border-color css
<style>
span { border-color: #B8F57A; }
span { border-color: rgb(184,245,122); }
td.TdClassName
{
border-color: #B8F57A;
}
.TagClassName
{
border-color: #B8F57A;
}
</style>