Shades of Sulu #B6E078
Tints of Sulu #B6E078
RGB
CMYK
RGB Variations
Color information
#B6E078 (or 0xB6E078) is known color: Sulu. HEX triplet: B6, E0 and 78. RGB value is (182,224,120). Sum of RGB (Red+Green+Blue) = 182+224+120=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #B6E078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E078 is #491F87. Grayscale: #C7C7C7. Windows color (decimal): -4792200 or 7921846. OLE color: 7921846.
HSL color Cylindrical-coordinate representation of color #B6E078: hue angle of 84.23º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6E078 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 224 | 120 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.12 |
| HSL | 84.23º | 0.63% | 0.67% | - |
| HSV(B) | 84.23º | 0.46% | 0.88% | - |
| XYZ | 49.34 | 64.61 | 27.64 | - |
| YUV | 199.59 | 83.09 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 224 | 120 | 0.19 | 0 | 0.46 | 0.12 | 84.23 | 0.63 | 0.67 |
| Hex | B6 | E0 | 78 | 13 | 0 | 2E | C | 54 | 3F | 43 |
| Octal | 266 | 340 | 170 | 23 | 0 | 56 | 14 | 124 | 77 | 103 |
| Binary | 10110110 | 11100000 | 1111000 | 10011 | 0 | 101110 | 1100 | 1010100 | 111111 | 1000011 |
Color Harmonies of #B6E078
Complementary color
Monochromatic Colors of #B6E078
Black with #B6E078
Text Example
Text Example
White with #B6E078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E078; }
p { color: rgb(182,224,120); }
H1.HeaderClassName
{
color: #B6E078;
}
.AnyTagClassName
{
color: #B6E078;
}
</style>
background-color css
<style>
a { background-color: #B6E078; }
a { background-color: rgb(182,224,120); }
div.DivClassName
{
background-color: #B6E078;
}
.BgClassName
{
background-color: #B6E078;
}
</style>
border-color css
<style>
span { border-color: #B6E078; }
span { border-color: rgb(182,224,120); }
td.TdClassName
{
border-color: #B6E078;
}
.TagClassName
{
border-color: #B6E078;
}
</style>