Shades of Sulu #B4F885
Tints of Sulu #B4F885
RGB
CMYK
RGB Variations
Color information
#B4F885 (or 0xB4F885) is known color: Sulu. HEX triplet: B4, F8 and 85. RGB value is (180,248,133). Sum of RGB (Red+Green+Blue) = 180+248+133=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F885 is #4B077A. Grayscale: #D6D6D6. Windows color (decimal): -4917115 or 8779956. OLE color: 8779956.
HSL color Cylindrical-coordinate representation of color #B4F885: hue angle of 95.48º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4F885 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 248 | 133 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.03 |
| HSL | 95.48º | 0.89% | 0.75% | - |
| HSV(B) | 95.48º | 0.46% | 0.97% | - |
| XYZ | 56.62 | 78.53 | 34.36 | - |
| YUV | 214.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 248 | 133 | 0.27 | 0 | 0.46 | 0.03 | 95.48 | 0.89 | 0.75 |
| Hex | B4 | F8 | 85 | 1B | 0 | 2E | 3 | 5F | 59 | 4B |
| Octal | 264 | 370 | 205 | 33 | 0 | 56 | 3 | 137 | 131 | 113 |
| Binary | 10110100 | 11111000 | 10000101 | 11011 | 0 | 101110 | 11 | 1011111 | 1011001 | 1001011 |
Color Harmonies of #B4F885
Complementary color
Monochromatic Colors of #B4F885
Black with #B4F885
Text Example
Text Example
White with #B4F885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F885; }
p { color: rgb(180,248,133); }
H1.HeaderClassName
{
color: #B4F885;
}
.AnyTagClassName
{
color: #B4F885;
}
</style>
background-color css
<style>
a { background-color: #B4F885; }
a { background-color: rgb(180,248,133); }
div.DivClassName
{
background-color: #B4F885;
}
.BgClassName
{
background-color: #B4F885;
}
</style>
border-color css
<style>
span { border-color: #B4F885; }
span { border-color: rgb(180,248,133); }
td.TdClassName
{
border-color: #B4F885;
}
.TagClassName
{
border-color: #B4F885;
}
</style>