Shades of Sulu #B6DF6E
Tints of Sulu #B6DF6E
RGB
CMYK
RGB Variations
Color information
#B6DF6E (or 0xB6DF6E) is known color: Sulu. HEX triplet: B6, DF and 6E. RGB value is (182,223,110). Sum of RGB (Red+Green+Blue) = 182+223+110=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DF6E is #492091. Grayscale: #C6C6C6. Windows color (decimal): -4792466 or 7266230. OLE color: 7266230.
HSL color Cylindrical-coordinate representation of color #B6DF6E: hue angle of 81.77º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6DF6E is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 110 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.13 |
| HSL | 81.77º | 0.64% | 0.65% | - |
| HSV(B) | 81.77º | 0.51% | 0.87% | - |
| XYZ | 48.49 | 63.85 | 24.52 | - |
| YUV | 197.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 110 | 0.18 | 0 | 0.51 | 0.13 | 81.77 | 0.64 | 0.65 |
| Hex | B6 | DF | 6E | 12 | 0 | 33 | D | 52 | 40 | 41 |
| Octal | 266 | 337 | 156 | 22 | 0 | 63 | 15 | 122 | 100 | 101 |
| Binary | 10110110 | 11011111 | 1101110 | 10010 | 0 | 110011 | 1101 | 1010010 | 1000000 | 1000001 |
Color Harmonies of #B6DF6E
Complementary color
Monochromatic Colors of #B6DF6E
Black with #B6DF6E
Text Example
Text Example
White with #B6DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF6E; }
p { color: rgb(182,223,110); }
H1.HeaderClassName
{
color: #B6DF6E;
}
.AnyTagClassName
{
color: #B6DF6E;
}
</style>
background-color css
<style>
a { background-color: #B6DF6E; }
a { background-color: rgb(182,223,110); }
div.DivClassName
{
background-color: #B6DF6E;
}
.BgClassName
{
background-color: #B6DF6E;
}
</style>
border-color css
<style>
span { border-color: #B6DF6E; }
span { border-color: rgb(182,223,110); }
td.TdClassName
{
border-color: #B6DF6E;
}
.TagClassName
{
border-color: #B6DF6E;
}
</style>