Shades of Sulu #B6FA67
Tints of Sulu #B6FA67
RGB
CMYK
RGB Variations
Color information
#B6FA67 (or 0xB6FA67) is known color: Sulu. HEX triplet: B6, FA and 67. RGB value is (182,250,103). Sum of RGB (Red+Green+Blue) = 182+250+103=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FA67 is #490598. Grayscale: #D5D5D5. Windows color (decimal): -4785561 or 6814390. OLE color: 6814390.
HSL color Cylindrical-coordinate representation of color #B6FA67: hue angle of 87.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6FA67 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 250 | 103 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.02 |
| HSL | 87.76º | 0.94% | 0.69% | - |
| HSV(B) | 87.76º | 0.59% | 0.98% | - |
| XYZ | 55.93 | 79.3 | 25.19 | - |
| YUV | 212.91 | 65.97 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 250 | 103 | 0.27 | 0 | 0.59 | 0.02 | 87.76 | 0.94 | 0.69 |
| Hex | B6 | FA | 67 | 1B | 0 | 3B | 2 | 58 | 5E | 45 |
| Octal | 266 | 372 | 147 | 33 | 0 | 73 | 2 | 130 | 136 | 105 |
| Binary | 10110110 | 11111010 | 1100111 | 11011 | 0 | 111011 | 10 | 1011000 | 1011110 | 1000101 |
Color Harmonies of #B6FA67
Complementary color
Monochromatic Colors of #B6FA67
Black with #B6FA67
Text Example
Text Example
White with #B6FA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FA67; }
p { color: rgb(182,250,103); }
H1.HeaderClassName
{
color: #B6FA67;
}
.AnyTagClassName
{
color: #B6FA67;
}
</style>
background-color css
<style>
a { background-color: #B6FA67; }
a { background-color: rgb(182,250,103); }
div.DivClassName
{
background-color: #B6FA67;
}
.BgClassName
{
background-color: #B6FA67;
}
</style>
border-color css
<style>
span { border-color: #B6FA67; }
span { border-color: rgb(182,250,103); }
td.TdClassName
{
border-color: #B6FA67;
}
.TagClassName
{
border-color: #B6FA67;
}
</style>