Shades of Sulu #B5FF7B
Tints of Sulu #B5FF7B
RGB
CMYK
RGB Variations
Color information
#B5FF7B (or 0xB5FF7B) is known color: Sulu. HEX triplet: B5, FF and 7B. RGB value is (181,255,123). Sum of RGB (Red+Green+Blue) = 181+255+123=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FF7B is #4A0084. Grayscale: #DADADA. Windows color (decimal): -4849797 or 8126389. OLE color: 8126389.
HSL color Cylindrical-coordinate representation of color #B5FF7B: hue angle of 93.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5FF7B is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 123 | - |
| CMYK | 0.29 | 0 | 0.52 | 0 |
| HSL | 93.64º | 1% | 0.74% | - |
| HSV(B) | 93.64º | 0.52% | 1% | - |
| XYZ | 58.39 | 82.77 | 31.64 | - |
| YUV | 217.83 | 74.48 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 123 | 0.29 | 0 | 0.52 | 0 | 93.64 | 1 | 0.74 |
| Hex | B5 | FF | 7B | 1D | 0 | 34 | 0 | 5E | 64 | 4A |
| Octal | 265 | 377 | 173 | 35 | 0 | 64 | 0 | 136 | 144 | 112 |
| Binary | 10110101 | 11111111 | 1111011 | 11101 | 0 | 110100 | 0 | 1011110 | 1100100 | 1001010 |
Color Harmonies of #B5FF7B
Complementary color
Monochromatic Colors of #B5FF7B
Black with #B5FF7B
Text Example
Text Example
White with #B5FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF7B; }
p { color: rgb(181,255,123); }
H1.HeaderClassName
{
color: #B5FF7B;
}
.AnyTagClassName
{
color: #B5FF7B;
}
</style>
background-color css
<style>
a { background-color: #B5FF7B; }
a { background-color: rgb(181,255,123); }
div.DivClassName
{
background-color: #B5FF7B;
}
.BgClassName
{
background-color: #B5FF7B;
}
</style>
border-color css
<style>
span { border-color: #B5FF7B; }
span { border-color: rgb(181,255,123); }
td.TdClassName
{
border-color: #B5FF7B;
}
.TagClassName
{
border-color: #B5FF7B;
}
</style>