Shades of Sulu #B8F06D
Tints of Sulu #B8F06D
RGB
CMYK
RGB Variations
Color information
#B8F06D (or 0xB8F06D) is known color: Sulu. HEX triplet: B8, F0 and 6D. RGB value is (184,240,109). Sum of RGB (Red+Green+Blue) = 184+240+109=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F06D is #470F92. Grayscale: #D0D0D0. Windows color (decimal): -4657043 or 7205048. OLE color: 7205048.
HSL color Cylindrical-coordinate representation of color #B8F06D: hue angle of 85.65º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8F06D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 109 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.06 |
| HSL | 85.65º | 0.81% | 0.68% | - |
| HSV(B) | 85.65º | 0.55% | 0.94% | - |
| XYZ | 53.69 | 73.61 | 25.85 | - |
| YUV | 208.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 109 | 0.23 | 0 | 0.55 | 0.06 | 85.65 | 0.81 | 0.68 |
| Hex | B8 | F0 | 6D | 17 | 0 | 37 | 6 | 56 | 51 | 44 |
| Octal | 270 | 360 | 155 | 27 | 0 | 67 | 6 | 126 | 121 | 104 |
| Binary | 10111000 | 11110000 | 1101101 | 10111 | 0 | 110111 | 110 | 1010110 | 1010001 | 1000100 |
Color Harmonies of #B8F06D
Complementary color
Monochromatic Colors of #B8F06D
Black with #B8F06D
Text Example
Text Example
White with #B8F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F06D; }
p { color: rgb(184,240,109); }
H1.HeaderClassName
{
color: #B8F06D;
}
.AnyTagClassName
{
color: #B8F06D;
}
</style>
background-color css
<style>
a { background-color: #B8F06D; }
a { background-color: rgb(184,240,109); }
div.DivClassName
{
background-color: #B8F06D;
}
.BgClassName
{
background-color: #B8F06D;
}
</style>
border-color css
<style>
span { border-color: #B8F06D; }
span { border-color: rgb(184,240,109); }
td.TdClassName
{
border-color: #B8F06D;
}
.TagClassName
{
border-color: #B8F06D;
}
</style>