Shades of Sulu #B4F781
Tints of Sulu #B4F781
RGB
CMYK
RGB Variations
Color information
#B4F781 (or 0xB4F781) is known color: Sulu. HEX triplet: B4, F7 and 81. RGB value is (180,247,129). Sum of RGB (Red+Green+Blue) = 180+247+129=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #B4F781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F781 is #4B087E. Grayscale: #D5D5D5. Windows color (decimal): -4917375 or 8517556. OLE color: 8517556.
HSL color Cylindrical-coordinate representation of color #B4F781: hue angle of 94.07º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4F781 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 247 | 129 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.03 |
| HSL | 94.07º | 0.88% | 0.74% | - |
| HSV(B) | 94.07º | 0.48% | 0.97% | - |
| XYZ | 56.05 | 77.81 | 32.83 | - |
| YUV | 213.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 247 | 129 | 0.27 | 0 | 0.48 | 0.03 | 94.07 | 0.88 | 0.74 |
| Hex | B4 | F7 | 81 | 1B | 0 | 30 | 3 | 5E | 58 | 4A |
| Octal | 264 | 367 | 201 | 33 | 0 | 60 | 3 | 136 | 130 | 112 |
| Binary | 10110100 | 11110111 | 10000001 | 11011 | 0 | 110000 | 11 | 1011110 | 1011000 | 1001010 |
Color Harmonies of #B4F781
Complementary color
Monochromatic Colors of #B4F781
Black with #B4F781
Text Example
Text Example
White with #B4F781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F781; }
p { color: rgb(180,247,129); }
H1.HeaderClassName
{
color: #B4F781;
}
.AnyTagClassName
{
color: #B4F781;
}
</style>
background-color css
<style>
a { background-color: #B4F781; }
a { background-color: rgb(180,247,129); }
div.DivClassName
{
background-color: #B4F781;
}
.BgClassName
{
background-color: #B4F781;
}
</style>
border-color css
<style>
span { border-color: #B4F781; }
span { border-color: rgb(180,247,129); }
td.TdClassName
{
border-color: #B4F781;
}
.TagClassName
{
border-color: #B4F781;
}
</style>