Shades of Sulu #B2F877
Tints of Sulu #B2F877
RGB
CMYK
RGB Variations
Color information
#B2F877 (or 0xB2F877) is known color: Sulu. HEX triplet: B2, F8 and 77. RGB value is (178,248,119). Sum of RGB (Red+Green+Blue) = 178+248+119=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F877 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F877 is #4D0788. Grayscale: #D4D4D4. Windows color (decimal): -5048201 or 7862450. OLE color: 7862450.
HSL color Cylindrical-coordinate representation of color #B2F877: hue angle of 92.56º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2F877 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 119 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.03 |
| HSL | 92.56º | 0.9% | 0.72% | - |
| HSV(B) | 92.56º | 0.52% | 0.97% | - |
| XYZ | 55.26 | 77.93 | 29.58 | - |
| YUV | 212.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 119 | 0.28 | 0 | 0.52 | 0.03 | 92.56 | 0.9 | 0.72 |
| Hex | B2 | F8 | 77 | 1C | 0 | 34 | 3 | 5D | 5A | 48 |
| Octal | 262 | 370 | 167 | 34 | 0 | 64 | 3 | 135 | 132 | 110 |
| Binary | 10110010 | 11111000 | 1110111 | 11100 | 0 | 110100 | 11 | 1011101 | 1011010 | 1001000 |
Color Harmonies of #B2F877
Complementary color
Monochromatic Colors of #B2F877
Black with #B2F877
Text Example
Text Example
White with #B2F877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F877; }
p { color: rgb(178,248,119); }
H1.HeaderClassName
{
color: #B2F877;
}
.AnyTagClassName
{
color: #B2F877;
}
</style>
background-color css
<style>
a { background-color: #B2F877; }
a { background-color: rgb(178,248,119); }
div.DivClassName
{
background-color: #B2F877;
}
.BgClassName
{
background-color: #B2F877;
}
</style>
border-color css
<style>
span { border-color: #B2F877; }
span { border-color: rgb(178,248,119); }
td.TdClassName
{
border-color: #B2F877;
}
.TagClassName
{
border-color: #B2F877;
}
</style>