Shades of Sulu #B2FF81
Tints of Sulu #B2FF81
RGB
CMYK
RGB Variations
Color information
#B2FF81 (or 0xB2FF81) is known color: Sulu. HEX triplet: B2, FF and 81. RGB value is (178,255,129). Sum of RGB (Red+Green+Blue) = 178+255+129=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FF81 is #4D007E. Grayscale: #DADADA. Windows color (decimal): -5046399 or 8519602. OLE color: 8519602.
HSL color Cylindrical-coordinate representation of color #B2FF81: hue angle of 96.67º 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 #B2FF81 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 129 | - |
| CMYK | 0.30 | 0 | 0.49 | 0 |
| HSL | 96.67º | 1% | 0.75% | - |
| HSV(B) | 96.67º | 0.49% | 1% | - |
| XYZ | 58.08 | 82.57 | 33.65 | - |
| YUV | 217.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 129 | 0.30 | 0 | 0.49 | 0 | 96.67 | 1 | 0.75 |
| Hex | B2 | FF | 81 | 1E | 0 | 31 | 0 | 61 | 64 | 4B |
| Octal | 262 | 377 | 201 | 36 | 0 | 61 | 0 | 141 | 144 | 113 |
| Binary | 10110010 | 11111111 | 10000001 | 11110 | 0 | 110001 | 0 | 1100001 | 1100100 | 1001011 |
Color Harmonies of #B2FF81
Complementary color
Monochromatic Colors of #B2FF81
Black with #B2FF81
Text Example
Text Example
White with #B2FF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF81; }
p { color: rgb(178,255,129); }
H1.HeaderClassName
{
color: #B2FF81;
}
.AnyTagClassName
{
color: #B2FF81;
}
</style>
background-color css
<style>
a { background-color: #B2FF81; }
a { background-color: rgb(178,255,129); }
div.DivClassName
{
background-color: #B2FF81;
}
.BgClassName
{
background-color: #B2FF81;
}
</style>
border-color css
<style>
span { border-color: #B2FF81; }
span { border-color: rgb(178,255,129); }
td.TdClassName
{
border-color: #B2FF81;
}
.TagClassName
{
border-color: #B2FF81;
}
</style>