Shades of Sulu #B8F077
Tints of Sulu #B8F077
RGB
CMYK
RGB Variations
Color information
#B8F077 (or 0xB8F077) is known color: Sulu. HEX triplet: B8, F0 and 77. RGB value is (184,240,119). Sum of RGB (Red+Green+Blue) = 184+240+119=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F077 is #470F88. Grayscale: #D1D1D1. Windows color (decimal): -4657033 or 7860408. OLE color: 7860408.
HSL color Cylindrical-coordinate representation of color #B8F077: hue angle of 87.77º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8F077 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 240 | 119 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.06 |
| HSL | 87.77º | 0.8% | 0.7% | - |
| HSV(B) | 87.77º | 0.5% | 0.94% | - |
| XYZ | 54.26 | 73.84 | 28.85 | - |
| YUV | 209.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 240 | 119 | 0.23 | 0 | 0.50 | 0.06 | 87.77 | 0.8 | 0.7 |
| Hex | B8 | F0 | 77 | 17 | 0 | 32 | 6 | 58 | 50 | 46 |
| Octal | 270 | 360 | 167 | 27 | 0 | 62 | 6 | 130 | 120 | 106 |
| Binary | 10111000 | 11110000 | 1110111 | 10111 | 0 | 110010 | 110 | 1011000 | 1010000 | 1000110 |
Color Harmonies of #B8F077
Complementary color
Monochromatic Colors of #B8F077
Black with #B8F077
Text Example
Text Example
White with #B8F077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F077; }
p { color: rgb(184,240,119); }
H1.HeaderClassName
{
color: #B8F077;
}
.AnyTagClassName
{
color: #B8F077;
}
</style>
background-color css
<style>
a { background-color: #B8F077; }
a { background-color: rgb(184,240,119); }
div.DivClassName
{
background-color: #B8F077;
}
.BgClassName
{
background-color: #B8F077;
}
</style>
border-color css
<style>
span { border-color: #B8F077; }
span { border-color: rgb(184,240,119); }
td.TdClassName
{
border-color: #B8F077;
}
.TagClassName
{
border-color: #B8F077;
}
</style>