Shades of Sulu #B2F578
Tints of Sulu #B2F578
RGB
CMYK
RGB Variations
Color information
#B2F578 (or 0xB2F578) is known color: Sulu. HEX triplet: B2, F5 and 78. RGB value is (178,245,120). Sum of RGB (Red+Green+Blue) = 178+245+120=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F578 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F578 is #4D0A87. Grayscale: #D3D3D3. Windows color (decimal): -5048968 or 7927218. OLE color: 7927218.
HSL color Cylindrical-coordinate representation of color #B2F578: hue angle of 92.16º 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 #B2F578 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 120 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.04 |
| HSL | 92.16º | 0.86% | 0.72% | - |
| HSV(B) | 92.16º | 0.51% | 0.96% | - |
| XYZ | 54.4 | 76.13 | 29.6 | - |
| YUV | 210.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 120 | 0.27 | 0 | 0.51 | 0.04 | 92.16 | 0.86 | 0.72 |
| Hex | B2 | F5 | 78 | 1B | 0 | 33 | 4 | 5C | 56 | 48 |
| Octal | 262 | 365 | 170 | 33 | 0 | 63 | 4 | 134 | 126 | 110 |
| Binary | 10110010 | 11110101 | 1111000 | 11011 | 0 | 110011 | 100 | 1011100 | 1010110 | 1001000 |
Color Harmonies of #B2F578
Complementary color
Monochromatic Colors of #B2F578
Black with #B2F578
Text Example
Text Example
White with #B2F578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F578; }
p { color: rgb(178,245,120); }
H1.HeaderClassName
{
color: #B2F578;
}
.AnyTagClassName
{
color: #B2F578;
}
</style>
background-color css
<style>
a { background-color: #B2F578; }
a { background-color: rgb(178,245,120); }
div.DivClassName
{
background-color: #B2F578;
}
.BgClassName
{
background-color: #B2F578;
}
</style>
border-color css
<style>
span { border-color: #B2F578; }
span { border-color: rgb(178,245,120); }
td.TdClassName
{
border-color: #B2F578;
}
.TagClassName
{
border-color: #B2F578;
}
</style>