Shades of Sulu #B3FF81
Tints of Sulu #B3FF81
RGB
CMYK
RGB Variations
Color information
#B3FF81 (or 0xB3FF81) is known color: Sulu. HEX triplet: B3, FF and 81. RGB value is (179,255,129). Sum of RGB (Red+Green+Blue) = 179+255+129=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FF81 is #4C007E. Grayscale: #DADADA. Windows color (decimal): -4980863 or 8519603. OLE color: 8519603.
HSL color Cylindrical-coordinate representation of color #B3FF81: hue angle of 96.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3FF81 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 129 | - |
| CMYK | 0.30 | 0 | 0.49 | 0 |
| HSL | 96.19º | 1% | 0.75% | - |
| HSV(B) | 96.19º | 0.49% | 1% | - |
| XYZ | 58.31 | 82.69 | 33.66 | - |
| YUV | 217.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 129 | 0.30 | 0 | 0.49 | 0 | 96.19 | 1 | 0.75 |
| Hex | B3 | FF | 81 | 1E | 0 | 31 | 0 | 60 | 64 | 4B |
| Octal | 263 | 377 | 201 | 36 | 0 | 61 | 0 | 140 | 144 | 113 |
| Binary | 10110011 | 11111111 | 10000001 | 11110 | 0 | 110001 | 0 | 1100000 | 1100100 | 1001011 |
Color Harmonies of #B3FF81
Complementary color
Monochromatic Colors of #B3FF81
Black with #B3FF81
Text Example
Text Example
White with #B3FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF81; }
p { color: rgb(179,255,129); }
H1.HeaderClassName
{
color: #B3FF81;
}
.AnyTagClassName
{
color: #B3FF81;
}
</style>
background-color css
<style>
a { background-color: #B3FF81; }
a { background-color: rgb(179,255,129); }
div.DivClassName
{
background-color: #B3FF81;
}
.BgClassName
{
background-color: #B3FF81;
}
</style>
border-color css
<style>
span { border-color: #B3FF81; }
span { border-color: rgb(179,255,129); }
td.TdClassName
{
border-color: #B3FF81;
}
.TagClassName
{
border-color: #B3FF81;
}
</style>