Shades of Sulu #B8F578
Tints of Sulu #B8F578
RGB
CMYK
RGB Variations
Color information
#B8F578 (or 0xB8F578) is known color: Sulu. HEX triplet: B8, F5 and 78. RGB value is (184,245,120). Sum of RGB (Red+Green+Blue) = 184+245+120=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F578 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F578 is #470A87. Grayscale: #D4D4D4. Windows color (decimal): -4655752 or 7927224. OLE color: 7927224.
HSL color Cylindrical-coordinate representation of color #B8F578: hue angle of 89.28º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8F578 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 120 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.04 |
| HSL | 89.28º | 0.86% | 0.72% | - |
| HSV(B) | 89.28º | 0.51% | 0.96% | - |
| XYZ | 55.81 | 76.85 | 29.66 | - |
| YUV | 212.51 | 75.79 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 120 | 0.25 | 0 | 0.51 | 0.04 | 89.28 | 0.86 | 0.72 |
| Hex | B8 | F5 | 78 | 19 | 0 | 33 | 4 | 59 | 56 | 48 |
| Octal | 270 | 365 | 170 | 31 | 0 | 63 | 4 | 131 | 126 | 110 |
| Binary | 10111000 | 11110101 | 1111000 | 11001 | 0 | 110011 | 100 | 1011001 | 1010110 | 1001000 |
Color Harmonies of #B8F578
Complementary color
Monochromatic Colors of #B8F578
Black with #B8F578
Text Example
Text Example
White with #B8F578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F578; }
p { color: rgb(184,245,120); }
H1.HeaderClassName
{
color: #B8F578;
}
.AnyTagClassName
{
color: #B8F578;
}
</style>
background-color css
<style>
a { background-color: #B8F578; }
a { background-color: rgb(184,245,120); }
div.DivClassName
{
background-color: #B8F578;
}
.BgClassName
{
background-color: #B8F578;
}
</style>
border-color css
<style>
span { border-color: #B8F578; }
span { border-color: rgb(184,245,120); }
td.TdClassName
{
border-color: #B8F578;
}
.TagClassName
{
border-color: #B8F578;
}
</style>