Shades of Sulu #B6F866
Tints of Sulu #B6F866
RGB
CMYK
RGB Variations
Color information
#B6F866 (or 0xB6F866) is known color: Sulu. HEX triplet: B6, F8 and 66. RGB value is (182,248,102). Sum of RGB (Red+Green+Blue) = 182+248+102=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F866 is #490799. Grayscale: #D4D4D4. Windows color (decimal): -4786074 or 6748342. OLE color: 6748342.
HSL color Cylindrical-coordinate representation of color #B6F866: hue angle of 87.12º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6F866 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 248 | 102 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.03 |
| HSL | 87.12º | 0.91% | 0.69% | - |
| HSV(B) | 87.12º | 0.59% | 0.97% | - |
| XYZ | 55.26 | 78.04 | 24.72 | - |
| YUV | 211.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 248 | 102 | 0.27 | 0 | 0.59 | 0.03 | 87.12 | 0.91 | 0.69 |
| Hex | B6 | F8 | 66 | 1B | 0 | 3B | 3 | 57 | 5B | 45 |
| Octal | 266 | 370 | 146 | 33 | 0 | 73 | 3 | 127 | 133 | 105 |
| Binary | 10110110 | 11111000 | 1100110 | 11011 | 0 | 111011 | 11 | 1010111 | 1011011 | 1000101 |
Color Harmonies of #B6F866
Complementary color
Monochromatic Colors of #B6F866
Black with #B6F866
Text Example
Text Example
White with #B6F866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F866; }
p { color: rgb(182,248,102); }
H1.HeaderClassName
{
color: #B6F866;
}
.AnyTagClassName
{
color: #B6F866;
}
</style>
background-color css
<style>
a { background-color: #B6F866; }
a { background-color: rgb(182,248,102); }
div.DivClassName
{
background-color: #B6F866;
}
.BgClassName
{
background-color: #B6F866;
}
</style>
border-color css
<style>
span { border-color: #B6F866; }
span { border-color: rgb(182,248,102); }
td.TdClassName
{
border-color: #B6F866;
}
.TagClassName
{
border-color: #B6F866;
}
</style>