Shades of Sulu #B3FF84
Tints of Sulu #B3FF84
RGB
CMYK
RGB Variations
Color information
#B3FF84 (or 0xB3FF84) is known color: Sulu. HEX triplet: B3, FF and 84. RGB value is (179,255,132). Sum of RGB (Red+Green+Blue) = 179+255+132=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FF84 is #4C007B. Grayscale: #DADADA. Windows color (decimal): -4980860 or 8716211. OLE color: 8716211.
HSL color Cylindrical-coordinate representation of color #B3FF84: hue angle of 97.07º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3FF84 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 132 | - |
| CMYK | 0.30 | 0 | 0.48 | 0 |
| HSL | 97.07º | 1% | 0.76% | - |
| HSV(B) | 97.07º | 0.48% | 1% | - |
| XYZ | 58.52 | 82.77 | 34.72 | - |
| YUV | 218.25 | 79.32 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 132 | 0.30 | 0 | 0.48 | 0 | 97.07 | 1 | 0.76 |
| Hex | B3 | FF | 84 | 1E | 0 | 30 | 0 | 61 | 64 | 4C |
| Octal | 263 | 377 | 204 | 36 | 0 | 60 | 0 | 141 | 144 | 114 |
| Binary | 10110011 | 11111111 | 10000100 | 11110 | 0 | 110000 | 0 | 1100001 | 1100100 | 1001100 |
Color Harmonies of #B3FF84
Complementary color
Monochromatic Colors of #B3FF84
Black with #B3FF84
Text Example
Text Example
White with #B3FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF84; }
p { color: rgb(179,255,132); }
H1.HeaderClassName
{
color: #B3FF84;
}
.AnyTagClassName
{
color: #B3FF84;
}
</style>
background-color css
<style>
a { background-color: #B3FF84; }
a { background-color: rgb(179,255,132); }
div.DivClassName
{
background-color: #B3FF84;
}
.BgClassName
{
background-color: #B3FF84;
}
</style>
border-color css
<style>
span { border-color: #B3FF84; }
span { border-color: rgb(179,255,132); }
td.TdClassName
{
border-color: #B3FF84;
}
.TagClassName
{
border-color: #B3FF84;
}
</style>