Shades of Sulu #B4FA7B
Tints of Sulu #B4FA7B
RGB
CMYK
RGB Variations
Color information
#B4FA7B (or 0xB4FA7B) is known color: Sulu. HEX triplet: B4, FA and 7B. RGB value is (180,250,123). Sum of RGB (Red+Green+Blue) = 180+250+123=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FA7B is #4B0584. Grayscale: #D7D7D7. Windows color (decimal): -4916613 or 8125108. OLE color: 8125108.
HSL color Cylindrical-coordinate representation of color #B4FA7B: hue angle of 93.07º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4FA7B is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 123 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.02 |
| HSL | 93.07º | 0.93% | 0.73% | - |
| HSV(B) | 93.07º | 0.51% | 0.98% | - |
| XYZ | 56.58 | 79.5 | 31.1 | - |
| YUV | 214.59 | 76.31 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 123 | 0.28 | 0 | 0.51 | 0.02 | 93.07 | 0.93 | 0.73 |
| Hex | B4 | FA | 7B | 1C | 0 | 33 | 2 | 5D | 5D | 49 |
| Octal | 264 | 372 | 173 | 34 | 0 | 63 | 2 | 135 | 135 | 111 |
| Binary | 10110100 | 11111010 | 1111011 | 11100 | 0 | 110011 | 10 | 1011101 | 1011101 | 1001001 |
Color Harmonies of #B4FA7B
Complementary color
Monochromatic Colors of #B4FA7B
Black with #B4FA7B
Text Example
Text Example
White with #B4FA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FA7B; }
p { color: rgb(180,250,123); }
H1.HeaderClassName
{
color: #B4FA7B;
}
.AnyTagClassName
{
color: #B4FA7B;
}
</style>
background-color css
<style>
a { background-color: #B4FA7B; }
a { background-color: rgb(180,250,123); }
div.DivClassName
{
background-color: #B4FA7B;
}
.BgClassName
{
background-color: #B4FA7B;
}
</style>
border-color css
<style>
span { border-color: #B4FA7B; }
span { border-color: rgb(180,250,123); }
td.TdClassName
{
border-color: #B4FA7B;
}
.TagClassName
{
border-color: #B4FA7B;
}
</style>