Shades of Sulu #B5FE6A
Tints of Sulu #B5FE6A
RGB
CMYK
RGB Variations
Color information
#B5FE6A (or 0xB5FE6A) is known color: Sulu. HEX triplet: B5, FE and 6A. RGB value is (181,254,106). Sum of RGB (Red+Green+Blue) = 181+254+106=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FE6A is #4A0195. Grayscale: #D7D7D7. Windows color (decimal): -4850070 or 7012021. OLE color: 7012021.
HSL color Cylindrical-coordinate representation of color #B5FE6A: hue angle of 89.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5FE6A is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 106 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.00 |
| HSL | 89.59º | 0.99% | 0.71% | - |
| HSV(B) | 89.59º | 0.58% | 1% | - |
| XYZ | 57.1 | 81.75 | 26.41 | - |
| YUV | 215.3 | 66.32 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 106 | 0.29 | 0 | 0.58 | 0.00 | 89.59 | 0.99 | 0.71 |
| Hex | B5 | FE | 6A | 1D | 0 | 3A | 0 | 5A | 63 | 47 |
| Octal | 265 | 376 | 152 | 35 | 0 | 72 | 0 | 132 | 143 | 107 |
| Binary | 10110101 | 11111110 | 1101010 | 11101 | 0 | 111010 | 0 | 1011010 | 1100011 | 1000111 |
Color Harmonies of #B5FE6A
Complementary color
Monochromatic Colors of #B5FE6A
Black with #B5FE6A
Text Example
Text Example
White with #B5FE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FE6A; }
p { color: rgb(181,254,106); }
H1.HeaderClassName
{
color: #B5FE6A;
}
.AnyTagClassName
{
color: #B5FE6A;
}
</style>
background-color css
<style>
a { background-color: #B5FE6A; }
a { background-color: rgb(181,254,106); }
div.DivClassName
{
background-color: #B5FE6A;
}
.BgClassName
{
background-color: #B5FE6A;
}
</style>
border-color css
<style>
span { border-color: #B5FE6A; }
span { border-color: rgb(181,254,106); }
td.TdClassName
{
border-color: #B5FE6A;
}
.TagClassName
{
border-color: #B5FE6A;
}
</style>