Shades of Sulu #B8F67C
Tints of Sulu #B8F67C
RGB
CMYK
RGB Variations
Color information
#B8F67C (or 0xB8F67C) is known color: Sulu. HEX triplet: B8, F6 and 7C. RGB value is (184,246,124). Sum of RGB (Red+Green+Blue) = 184+246+124=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F67C is #470983. Grayscale: #D5D5D5. Windows color (decimal): -4655492 or 8189624. OLE color: 8189624.
HSL color Cylindrical-coordinate representation of color #B8F67C: hue angle of 90.49º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8F67C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 246 | 124 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.04 |
| HSL | 90.49º | 0.87% | 0.73% | - |
| HSV(B) | 90.49º | 0.5% | 0.96% | - |
| XYZ | 56.36 | 77.56 | 31.07 | - |
| YUV | 213.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 246 | 124 | 0.25 | 0 | 0.50 | 0.04 | 90.49 | 0.87 | 0.73 |
| Hex | B8 | F6 | 7C | 19 | 0 | 32 | 4 | 5A | 57 | 49 |
| Octal | 270 | 366 | 174 | 31 | 0 | 62 | 4 | 132 | 127 | 111 |
| Binary | 10111000 | 11110110 | 1111100 | 11001 | 0 | 110010 | 100 | 1011010 | 1010111 | 1001001 |
Color Harmonies of #B8F67C
Complementary color
Monochromatic Colors of #B8F67C
Black with #B8F67C
Text Example
Text Example
White with #B8F67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F67C; }
p { color: rgb(184,246,124); }
H1.HeaderClassName
{
color: #B8F67C;
}
.AnyTagClassName
{
color: #B8F67C;
}
</style>
background-color css
<style>
a { background-color: #B8F67C; }
a { background-color: rgb(184,246,124); }
div.DivClassName
{
background-color: #B8F67C;
}
.BgClassName
{
background-color: #B8F67C;
}
</style>
border-color css
<style>
span { border-color: #B8F67C; }
span { border-color: rgb(184,246,124); }
td.TdClassName
{
border-color: #B8F67C;
}
.TagClassName
{
border-color: #B8F67C;
}
</style>