Shades of Sulu #B8F66D
Tints of Sulu #B8F66D
RGB
CMYK
RGB Variations
Color information
#B8F66D (or 0xB8F66D) is known color: Sulu. HEX triplet: B8, F6 and 6D. RGB value is (184,246,109). Sum of RGB (Red+Green+Blue) = 184+246+109=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F66D is #470992. Grayscale: #D4D4D4. Windows color (decimal): -4655507 or 7206584. OLE color: 7206584.
HSL color Cylindrical-coordinate representation of color #B8F66D: hue angle of 87.15º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8F66D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 246 | 109 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.04 |
| HSL | 87.15º | 0.88% | 0.7% | - |
| HSV(B) | 87.15º | 0.56% | 0.96% | - |
| XYZ | 55.48 | 77.21 | 26.45 | - |
| YUV | 211.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 246 | 109 | 0.25 | 0 | 0.56 | 0.04 | 87.15 | 0.88 | 0.7 |
| Hex | B8 | F6 | 6D | 19 | 0 | 38 | 4 | 57 | 58 | 46 |
| Octal | 270 | 366 | 155 | 31 | 0 | 70 | 4 | 127 | 130 | 106 |
| Binary | 10111000 | 11110110 | 1101101 | 11001 | 0 | 111000 | 100 | 1010111 | 1011000 | 1000110 |
Color Harmonies of #B8F66D
Complementary color
Monochromatic Colors of #B8F66D
Black with #B8F66D
Text Example
Text Example
White with #B8F66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F66D; }
p { color: rgb(184,246,109); }
H1.HeaderClassName
{
color: #B8F66D;
}
.AnyTagClassName
{
color: #B8F66D;
}
</style>
background-color css
<style>
a { background-color: #B8F66D; }
a { background-color: rgb(184,246,109); }
div.DivClassName
{
background-color: #B8F66D;
}
.BgClassName
{
background-color: #B8F66D;
}
</style>
border-color css
<style>
span { border-color: #B8F66D; }
span { border-color: rgb(184,246,109); }
td.TdClassName
{
border-color: #B8F66D;
}
.TagClassName
{
border-color: #B8F66D;
}
</style>