Shades of Sulu #B5FE8C
Tints of Sulu #B5FE8C
RGB
CMYK
RGB Variations
Color information
#B5FE8C (or 0xB5FE8C) is known color: Sulu. HEX triplet: B5, FE and 8C. RGB value is (181,254,140). Sum of RGB (Red+Green+Blue) = 181+254+140=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FE8C is #4A0173. Grayscale: #DBDBDB. Windows color (decimal): -4850036 or 9240245. OLE color: 9240245.
HSL color Cylindrical-coordinate representation of color #B5FE8C: hue angle of 98.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5FE8C is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 140 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.00 |
| HSL | 98.42º | 0.98% | 0.77% | - |
| HSV(B) | 98.42º | 0.45% | 1% | - |
| XYZ | 59.23 | 82.6 | 37.63 | - |
| YUV | 219.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 140 | 0.29 | 0 | 0.45 | 0.00 | 98.42 | 0.98 | 0.77 |
| Hex | B5 | FE | 8C | 1D | 0 | 2D | 0 | 62 | 62 | 4D |
| Octal | 265 | 376 | 214 | 35 | 0 | 55 | 0 | 142 | 142 | 115 |
| Binary | 10110101 | 11111110 | 10001100 | 11101 | 0 | 101101 | 0 | 1100010 | 1100010 | 1001101 |
Color Harmonies of #B5FE8C
Complementary color
Monochromatic Colors of #B5FE8C
Black with #B5FE8C
Text Example
Text Example
White with #B5FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FE8C; }
p { color: rgb(181,254,140); }
H1.HeaderClassName
{
color: #B5FE8C;
}
.AnyTagClassName
{
color: #B5FE8C;
}
</style>
background-color css
<style>
a { background-color: #B5FE8C; }
a { background-color: rgb(181,254,140); }
div.DivClassName
{
background-color: #B5FE8C;
}
.BgClassName
{
background-color: #B5FE8C;
}
</style>
border-color css
<style>
span { border-color: #B5FE8C; }
span { border-color: rgb(181,254,140); }
td.TdClassName
{
border-color: #B5FE8C;
}
.TagClassName
{
border-color: #B5FE8C;
}
</style>