Shades of Sulu #B8FA6B
Tints of Sulu #B8FA6B
RGB
CMYK
RGB Variations
Color information
#B8FA6B (or 0xB8FA6B) is known color: Sulu. HEX triplet: B8, FA and 6B. RGB value is (184,250,107). Sum of RGB (Red+Green+Blue) = 184+250+107=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8FA6B is #470594. Grayscale: #D6D6D6. Windows color (decimal): -4654485 or 7076536. OLE color: 7076536.
HSL color Cylindrical-coordinate representation of color #B8FA6B: hue angle of 87.69º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8FA6B is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 107 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.02 |
| HSL | 87.69º | 0.93% | 0.7% | - |
| HSV(B) | 87.69º | 0.57% | 0.98% | - |
| XYZ | 56.61 | 79.62 | 26.3 | - |
| YUV | 213.96 | 67.63 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 107 | 0.26 | 0 | 0.57 | 0.02 | 87.69 | 0.93 | 0.7 |
| Hex | B8 | FA | 6B | 1A | 0 | 39 | 2 | 58 | 5D | 46 |
| Octal | 270 | 372 | 153 | 32 | 0 | 71 | 2 | 130 | 135 | 106 |
| Binary | 10111000 | 11111010 | 1101011 | 11010 | 0 | 111001 | 10 | 1011000 | 1011101 | 1000110 |
Color Harmonies of #B8FA6B
Complementary color
Monochromatic Colors of #B8FA6B
Black with #B8FA6B
Text Example
Text Example
White with #B8FA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA6B; }
p { color: rgb(184,250,107); }
H1.HeaderClassName
{
color: #B8FA6B;
}
.AnyTagClassName
{
color: #B8FA6B;
}
</style>
background-color css
<style>
a { background-color: #B8FA6B; }
a { background-color: rgb(184,250,107); }
div.DivClassName
{
background-color: #B8FA6B;
}
.BgClassName
{
background-color: #B8FA6B;
}
</style>
border-color css
<style>
span { border-color: #B8FA6B; }
span { border-color: rgb(184,250,107); }
td.TdClassName
{
border-color: #B8FA6B;
}
.TagClassName
{
border-color: #B8FA6B;
}
</style>