Shades of Sulu #B8FD7C
Tints of Sulu #B8FD7C
RGB
CMYK
RGB Variations
Color information
#B8FD7C (or 0xB8FD7C) is known color: Sulu. HEX triplet: B8, FD and 7C. RGB value is (184,253,124). Sum of RGB (Red+Green+Blue) = 184+253+124=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 124 (48.83% from 255 or 22.10% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FD7C is #470283. Grayscale: #DADADA. Windows color (decimal): -4653700 or 8191416. OLE color: 8191416.
HSL color Cylindrical-coordinate representation of color #B8FD7C: hue angle of 92.09º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8FD7C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 124 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.01 |
| HSL | 92.09º | 0.97% | 0.74% | - |
| HSV(B) | 92.09º | 0.51% | 0.99% | - |
| XYZ | 58.53 | 81.9 | 31.79 | - |
| YUV | 217.66 | 75.14 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 124 | 0.27 | 0 | 0.51 | 0.01 | 92.09 | 0.97 | 0.74 |
| Hex | B8 | FD | 7C | 1B | 0 | 33 | 1 | 5C | 61 | 4A |
| Octal | 270 | 375 | 174 | 33 | 0 | 63 | 1 | 134 | 141 | 112 |
| Binary | 10111000 | 11111101 | 1111100 | 11011 | 0 | 110011 | 1 | 1011100 | 1100001 | 1001010 |
Color Harmonies of #B8FD7C
Complementary color
Monochromatic Colors of #B8FD7C
Black with #B8FD7C
Text Example
Text Example
White with #B8FD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FD7C; }
p { color: rgb(184,253,124); }
H1.HeaderClassName
{
color: #B8FD7C;
}
.AnyTagClassName
{
color: #B8FD7C;
}
</style>
background-color css
<style>
a { background-color: #B8FD7C; }
a { background-color: rgb(184,253,124); }
div.DivClassName
{
background-color: #B8FD7C;
}
.BgClassName
{
background-color: #B8FD7C;
}
</style>
border-color css
<style>
span { border-color: #B8FD7C; }
span { border-color: rgb(184,253,124); }
td.TdClassName
{
border-color: #B8FD7C;
}
.TagClassName
{
border-color: #B8FD7C;
}
</style>