Shades of Sulu #B2F883
Tints of Sulu #B2F883
RGB
CMYK
RGB Variations
Color information
#B2F883 (or 0xB2F883) is known color: Sulu. HEX triplet: B2, F8 and 83. RGB value is (178,248,131). Sum of RGB (Red+Green+Blue) = 178+248+131=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F883 is #4D077C. Grayscale: #D6D6D6. Windows color (decimal): -5048189 or 8648882. OLE color: 8648882.
HSL color Cylindrical-coordinate representation of color #B2F883: hue angle of 95.9º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2F883 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 131 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.03 |
| HSL | 95.9º | 0.89% | 0.74% | - |
| HSV(B) | 95.9º | 0.47% | 0.97% | - |
| XYZ | 56.02 | 78.24 | 33.62 | - |
| YUV | 213.73 | 81.31 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 131 | 0.28 | 0 | 0.47 | 0.03 | 95.9 | 0.89 | 0.74 |
| Hex | B2 | F8 | 83 | 1C | 0 | 2F | 3 | 60 | 59 | 4A |
| Octal | 262 | 370 | 203 | 34 | 0 | 57 | 3 | 140 | 131 | 112 |
| Binary | 10110010 | 11111000 | 10000011 | 11100 | 0 | 101111 | 11 | 1100000 | 1011001 | 1001010 |
Color Harmonies of #B2F883
Complementary color
Monochromatic Colors of #B2F883
Black with #B2F883
Text Example
Text Example
White with #B2F883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F883; }
p { color: rgb(178,248,131); }
H1.HeaderClassName
{
color: #B2F883;
}
.AnyTagClassName
{
color: #B2F883;
}
</style>
background-color css
<style>
a { background-color: #B2F883; }
a { background-color: rgb(178,248,131); }
div.DivClassName
{
background-color: #B2F883;
}
.BgClassName
{
background-color: #B2F883;
}
</style>
border-color css
<style>
span { border-color: #B2F883; }
span { border-color: rgb(178,248,131); }
td.TdClassName
{
border-color: #B2F883;
}
.TagClassName
{
border-color: #B2F883;
}
</style>