Shades of Sulu #B8F468
Tints of Sulu #B8F468
RGB
CMYK
RGB Variations
Color information
#B8F468 (or 0xB8F468) is known color: Sulu. HEX triplet: B8, F4 and 68. RGB value is (184,244,104). Sum of RGB (Red+Green+Blue) = 184+244+104=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F468 is #470B97. Grayscale: #D2D2D2. Windows color (decimal): -4656024 or 6878392. OLE color: 6878392.
HSL color Cylindrical-coordinate representation of color #B8F468: hue angle of 85.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8F468 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 104 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.04 |
| HSL | 85.71º | 0.86% | 0.68% | - |
| HSV(B) | 85.71º | 0.57% | 0.96% | - |
| XYZ | 54.62 | 75.89 | 24.87 | - |
| YUV | 210.1 | 68.12 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 104 | 0.25 | 0 | 0.57 | 0.04 | 85.71 | 0.86 | 0.68 |
| Hex | B8 | F4 | 68 | 19 | 0 | 39 | 4 | 56 | 56 | 44 |
| Octal | 270 | 364 | 150 | 31 | 0 | 71 | 4 | 126 | 126 | 104 |
| Binary | 10111000 | 11110100 | 1101000 | 11001 | 0 | 111001 | 100 | 1010110 | 1010110 | 1000100 |
Color Harmonies of #B8F468
Complementary color
Monochromatic Colors of #B8F468
Black with #B8F468
Text Example
Text Example
White with #B8F468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F468; }
p { color: rgb(184,244,104); }
H1.HeaderClassName
{
color: #B8F468;
}
.AnyTagClassName
{
color: #B8F468;
}
</style>
background-color css
<style>
a { background-color: #B8F468; }
a { background-color: rgb(184,244,104); }
div.DivClassName
{
background-color: #B8F468;
}
.BgClassName
{
background-color: #B8F468;
}
</style>
border-color css
<style>
span { border-color: #B8F468; }
span { border-color: rgb(184,244,104); }
td.TdClassName
{
border-color: #B8F468;
}
.TagClassName
{
border-color: #B8F468;
}
</style>