Shades of Sulu #B4FA7D
Tints of Sulu #B4FA7D
RGB
CMYK
RGB Variations
Color information
#B4FA7D (or 0xB4FA7D) is known color: Sulu. HEX triplet: B4, FA and 7D. RGB value is (180,250,125). Sum of RGB (Red+Green+Blue) = 180+250+125=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FA7D is #4B0582. Grayscale: #D7D7D7. Windows color (decimal): -4916611 or 8256180. OLE color: 8256180.
HSL color Cylindrical-coordinate representation of color #B4FA7D: hue angle of 93.6º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4FA7D is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 125 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.02 |
| HSL | 93.6º | 0.93% | 0.74% | - |
| HSV(B) | 93.6º | 0.5% | 0.98% | - |
| XYZ | 56.71 | 79.56 | 31.77 | - |
| YUV | 214.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 125 | 0.28 | 0 | 0.50 | 0.02 | 93.6 | 0.93 | 0.74 |
| Hex | B4 | FA | 7D | 1C | 0 | 32 | 2 | 5E | 5D | 4A |
| Octal | 264 | 372 | 175 | 34 | 0 | 62 | 2 | 136 | 135 | 112 |
| Binary | 10110100 | 11111010 | 1111101 | 11100 | 0 | 110010 | 10 | 1011110 | 1011101 | 1001010 |
Color Harmonies of #B4FA7D
Complementary color
Monochromatic Colors of #B4FA7D
Black with #B4FA7D
Text Example
Text Example
White with #B4FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FA7D; }
p { color: rgb(180,250,125); }
H1.HeaderClassName
{
color: #B4FA7D;
}
.AnyTagClassName
{
color: #B4FA7D;
}
</style>
background-color css
<style>
a { background-color: #B4FA7D; }
a { background-color: rgb(180,250,125); }
div.DivClassName
{
background-color: #B4FA7D;
}
.BgClassName
{
background-color: #B4FA7D;
}
</style>
border-color css
<style>
span { border-color: #B4FA7D; }
span { border-color: rgb(180,250,125); }
td.TdClassName
{
border-color: #B4FA7D;
}
.TagClassName
{
border-color: #B4FA7D;
}
</style>