Shades of Sulu #B8F46A
Tints of Sulu #B8F46A
RGB
CMYK
RGB Variations
Color information
#B8F46A (or 0xB8F46A) is known color: Sulu. HEX triplet: B8, F4 and 6A. RGB value is (184,244,106). Sum of RGB (Red+Green+Blue) = 184+244+106=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F46A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F46A is #470B95. Grayscale: #D2D2D2. Windows color (decimal): -4656022 or 7009464. OLE color: 7009464.
HSL color Cylindrical-coordinate representation of color #B8F46A: hue angle of 86.09º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8F46A is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 106 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.04 |
| HSL | 86.09º | 0.86% | 0.69% | - |
| HSV(B) | 86.09º | 0.57% | 0.96% | - |
| XYZ | 54.72 | 75.93 | 25.41 | - |
| YUV | 210.33 | 69.12 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 106 | 0.25 | 0 | 0.57 | 0.04 | 86.09 | 0.86 | 0.69 |
| Hex | B8 | F4 | 6A | 19 | 0 | 39 | 4 | 56 | 56 | 45 |
| Octal | 270 | 364 | 152 | 31 | 0 | 71 | 4 | 126 | 126 | 105 |
| Binary | 10111000 | 11110100 | 1101010 | 11001 | 0 | 111001 | 100 | 1010110 | 1010110 | 1000101 |
Color Harmonies of #B8F46A
Complementary color
Monochromatic Colors of #B8F46A
Black with #B8F46A
Text Example
Text Example
White with #B8F46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F46A; }
p { color: rgb(184,244,106); }
H1.HeaderClassName
{
color: #B8F46A;
}
.AnyTagClassName
{
color: #B8F46A;
}
</style>
background-color css
<style>
a { background-color: #B8F46A; }
a { background-color: rgb(184,244,106); }
div.DivClassName
{
background-color: #B8F46A;
}
.BgClassName
{
background-color: #B8F46A;
}
</style>
border-color css
<style>
span { border-color: #B8F46A; }
span { border-color: rgb(184,244,106); }
td.TdClassName
{
border-color: #B8F46A;
}
.TagClassName
{
border-color: #B8F46A;
}
</style>