Shades of Sulu #B8F669
Tints of Sulu #B8F669
RGB
CMYK
RGB Variations
Color information
#B8F669 (or 0xB8F669) is known color: Sulu. HEX triplet: B8, F6 and 69. RGB value is (184,246,105). Sum of RGB (Red+Green+Blue) = 184+246+105=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F669 is #470996. Grayscale: #D3D3D3. Windows color (decimal): -4655511 or 6944440. OLE color: 6944440.
HSL color Cylindrical-coordinate representation of color #B8F669: hue angle of 86.38º degrees, saturation: 0.89, 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 #B8F669 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 246 | 105 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.04 |
| HSL | 86.38º | 0.89% | 0.69% | - |
| HSV(B) | 86.38º | 0.57% | 0.96% | - |
| XYZ | 55.27 | 77.12 | 25.34 | - |
| YUV | 211.39 | 67.96 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 246 | 105 | 0.25 | 0 | 0.57 | 0.04 | 86.38 | 0.89 | 0.69 |
| Hex | B8 | F6 | 69 | 19 | 0 | 39 | 4 | 56 | 59 | 45 |
| Octal | 270 | 366 | 151 | 31 | 0 | 71 | 4 | 126 | 131 | 105 |
| Binary | 10111000 | 11110110 | 1101001 | 11001 | 0 | 111001 | 100 | 1010110 | 1011001 | 1000101 |
Color Harmonies of #B8F669
Complementary color
Monochromatic Colors of #B8F669
Black with #B8F669
Text Example
Text Example
White with #B8F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F669; }
p { color: rgb(184,246,105); }
H1.HeaderClassName
{
color: #B8F669;
}
.AnyTagClassName
{
color: #B8F669;
}
</style>
background-color css
<style>
a { background-color: #B8F669; }
a { background-color: rgb(184,246,105); }
div.DivClassName
{
background-color: #B8F669;
}
.BgClassName
{
background-color: #B8F669;
}
</style>
border-color css
<style>
span { border-color: #B8F669; }
span { border-color: rgb(184,246,105); }
td.TdClassName
{
border-color: #B8F669;
}
.TagClassName
{
border-color: #B8F669;
}
</style>