Shades of Sulu #B6F268
Tints of Sulu #B6F268
RGB
CMYK
RGB Variations
Color information
#B6F268 (or 0xB6F268) is known color: Sulu. HEX triplet: B6, F2 and 68. RGB value is (182,242,104). Sum of RGB (Red+Green+Blue) = 182+242+104=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F268 is #490D97. Grayscale: #D0D0D0. Windows color (decimal): -4787608 or 6877878. OLE color: 6877878.
HSL color Cylindrical-coordinate representation of color #B6F268: hue angle of 86.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6F268 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 104 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.05 |
| HSL | 86.09º | 0.84% | 0.68% | - |
| HSV(B) | 86.09º | 0.57% | 0.95% | - |
| XYZ | 53.54 | 74.45 | 24.64 | - |
| YUV | 208.33 | 69.12 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 104 | 0.25 | 0 | 0.57 | 0.05 | 86.09 | 0.84 | 0.68 |
| Hex | B6 | F2 | 68 | 19 | 0 | 39 | 5 | 56 | 54 | 44 |
| Octal | 266 | 362 | 150 | 31 | 0 | 71 | 5 | 126 | 124 | 104 |
| Binary | 10110110 | 11110010 | 1101000 | 11001 | 0 | 111001 | 101 | 1010110 | 1010100 | 1000100 |
Color Harmonies of #B6F268
Complementary color
Monochromatic Colors of #B6F268
Black with #B6F268
Text Example
Text Example
White with #B6F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F268; }
p { color: rgb(182,242,104); }
H1.HeaderClassName
{
color: #B6F268;
}
.AnyTagClassName
{
color: #B6F268;
}
</style>
background-color css
<style>
a { background-color: #B6F268; }
a { background-color: rgb(182,242,104); }
div.DivClassName
{
background-color: #B6F268;
}
.BgClassName
{
background-color: #B6F268;
}
</style>
border-color css
<style>
span { border-color: #B6F268; }
span { border-color: rgb(182,242,104); }
td.TdClassName
{
border-color: #B6F268;
}
.TagClassName
{
border-color: #B6F268;
}
</style>