Shades of Sulu #B4F177
Tints of Sulu #B4F177
RGB
CMYK
RGB Variations
Color information
#B4F177 (or 0xB4F177) is known color: Sulu. HEX triplet: B4, F1 and 77. RGB value is (180,241,119). Sum of RGB (Red+Green+Blue) = 180+241+119=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F177 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F177 is #4B0E88. Grayscale: #D1D1D1. Windows color (decimal): -4918921 or 7860660. OLE color: 7860660.
HSL color Cylindrical-coordinate representation of color #B4F177: hue angle of 90º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4F177 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 119 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.05 |
| HSL | 90º | 0.81% | 0.71% | - |
| HSV(B) | 90º | 0.51% | 0.95% | - |
| XYZ | 53.61 | 73.95 | 28.9 | - |
| YUV | 208.85 | 77.29 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 119 | 0.25 | 0 | 0.51 | 0.05 | 90 | 0.81 | 0.71 |
| Hex | B4 | F1 | 77 | 19 | 0 | 33 | 5 | 5A | 51 | 47 |
| Octal | 264 | 361 | 167 | 31 | 0 | 63 | 5 | 132 | 121 | 107 |
| Binary | 10110100 | 11110001 | 1110111 | 11001 | 0 | 110011 | 101 | 1011010 | 1010001 | 1000111 |
Color Harmonies of #B4F177
Complementary color
Monochromatic Colors of #B4F177
Black with #B4F177
Text Example
Text Example
White with #B4F177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F177; }
p { color: rgb(180,241,119); }
H1.HeaderClassName
{
color: #B4F177;
}
.AnyTagClassName
{
color: #B4F177;
}
</style>
background-color css
<style>
a { background-color: #B4F177; }
a { background-color: rgb(180,241,119); }
div.DivClassName
{
background-color: #B4F177;
}
.BgClassName
{
background-color: #B4F177;
}
</style>
border-color css
<style>
span { border-color: #B4F177; }
span { border-color: rgb(180,241,119); }
td.TdClassName
{
border-color: #B4F177;
}
.TagClassName
{
border-color: #B4F177;
}
</style>