Shades of Sulu #B4F07C
Tints of Sulu #B4F07C
RGB
CMYK
RGB Variations
Color information
#B4F07C (or 0xB4F07C) is known color: Sulu. HEX triplet: B4, F0 and 7C. RGB value is (180,240,124). Sum of RGB (Red+Green+Blue) = 180+240+124=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F07C is #4B0F83. Grayscale: #D1D1D1. Windows color (decimal): -4919172 or 8188084. OLE color: 8188084.
HSL color Cylindrical-coordinate representation of color #B4F07C: hue angle of 91.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4F07C is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 240 | 124 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.06 |
| HSL | 91.03º | 0.79% | 0.71% | - |
| HSV(B) | 91.03º | 0.48% | 0.94% | - |
| XYZ | 53.62 | 73.48 | 30.43 | - |
| YUV | 208.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 240 | 124 | 0.25 | 0 | 0.48 | 0.06 | 91.03 | 0.79 | 0.71 |
| Hex | B4 | F0 | 7C | 19 | 0 | 30 | 6 | 5B | 4F | 47 |
| Octal | 264 | 360 | 174 | 31 | 0 | 60 | 6 | 133 | 117 | 107 |
| Binary | 10110100 | 11110000 | 1111100 | 11001 | 0 | 110000 | 110 | 1011011 | 1001111 | 1000111 |
Color Harmonies of #B4F07C
Complementary color
Monochromatic Colors of #B4F07C
Black with #B4F07C
Text Example
Text Example
White with #B4F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F07C; }
p { color: rgb(180,240,124); }
H1.HeaderClassName
{
color: #B4F07C;
}
.AnyTagClassName
{
color: #B4F07C;
}
</style>
background-color css
<style>
a { background-color: #B4F07C; }
a { background-color: rgb(180,240,124); }
div.DivClassName
{
background-color: #B4F07C;
}
.BgClassName
{
background-color: #B4F07C;
}
</style>
border-color css
<style>
span { border-color: #B4F07C; }
span { border-color: rgb(180,240,124); }
td.TdClassName
{
border-color: #B4F07C;
}
.TagClassName
{
border-color: #B4F07C;
}
</style>