Shades of Sulu #B4F185
Tints of Sulu #B4F185
RGB
CMYK
RGB Variations
Color information
#B4F185 (or 0xB4F185) is known color: Sulu. HEX triplet: B4, F1 and 85. RGB value is (180,241,133). Sum of RGB (Red+Green+Blue) = 180+241+133=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F185 is #4B0E7A. Grayscale: #D2D2D2. Windows color (decimal): -4918907 or 8778164. OLE color: 8778164.
HSL color Cylindrical-coordinate representation of color #B4F185: hue angle of 93.89º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4F185 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 133 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.05 |
| HSL | 93.89º | 0.79% | 0.73% | - |
| HSV(B) | 93.89º | 0.45% | 0.95% | - |
| XYZ | 54.51 | 74.31 | 33.66 | - |
| YUV | 210.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 133 | 0.25 | 0 | 0.45 | 0.05 | 93.89 | 0.79 | 0.73 |
| Hex | B4 | F1 | 85 | 19 | 0 | 2D | 5 | 5E | 4F | 49 |
| Octal | 264 | 361 | 205 | 31 | 0 | 55 | 5 | 136 | 117 | 111 |
| Binary | 10110100 | 11110001 | 10000101 | 11001 | 0 | 101101 | 101 | 1011110 | 1001111 | 1001001 |
Color Harmonies of #B4F185
Complementary color
Monochromatic Colors of #B4F185
Black with #B4F185
Text Example
Text Example
White with #B4F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F185; }
p { color: rgb(180,241,133); }
H1.HeaderClassName
{
color: #B4F185;
}
.AnyTagClassName
{
color: #B4F185;
}
</style>
background-color css
<style>
a { background-color: #B4F185; }
a { background-color: rgb(180,241,133); }
div.DivClassName
{
background-color: #B4F185;
}
.BgClassName
{
background-color: #B4F185;
}
</style>
border-color css
<style>
span { border-color: #B4F185; }
span { border-color: rgb(180,241,133); }
td.TdClassName
{
border-color: #B4F185;
}
.TagClassName
{
border-color: #B4F185;
}
</style>