Shades of Sulu #B6EE82
Tints of Sulu #B6EE82
RGB
CMYK
RGB Variations
Color information
#B6EE82 (or 0xB6EE82) is known color: Sulu. HEX triplet: B6, EE and 82. RGB value is (182,238,130). Sum of RGB (Red+Green+Blue) = 182+238+130=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6EE82 is #49117D. Grayscale: #D1D1D1. Windows color (decimal): -4788606 or 8580790. OLE color: 8580790.
HSL color Cylindrical-coordinate representation of color #B6EE82: hue angle of 91.11º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6EE82 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 238 | 130 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.07 |
| HSL | 91.11º | 0.76% | 0.72% | - |
| HSV(B) | 91.11º | 0.45% | 0.93% | - |
| XYZ | 53.9 | 72.71 | 32.31 | - |
| YUV | 208.94 | 83.45 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 238 | 130 | 0.24 | 0 | 0.45 | 0.07 | 91.11 | 0.76 | 0.72 |
| Hex | B6 | EE | 82 | 18 | 0 | 2D | 7 | 5B | 4C | 48 |
| Octal | 266 | 356 | 202 | 30 | 0 | 55 | 7 | 133 | 114 | 110 |
| Binary | 10110110 | 11101110 | 10000010 | 11000 | 0 | 101101 | 111 | 1011011 | 1001100 | 1001000 |
Color Harmonies of #B6EE82
Complementary color
Monochromatic Colors of #B6EE82
Black with #B6EE82
Text Example
Text Example
White with #B6EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EE82; }
p { color: rgb(182,238,130); }
H1.HeaderClassName
{
color: #B6EE82;
}
.AnyTagClassName
{
color: #B6EE82;
}
</style>
background-color css
<style>
a { background-color: #B6EE82; }
a { background-color: rgb(182,238,130); }
div.DivClassName
{
background-color: #B6EE82;
}
.BgClassName
{
background-color: #B6EE82;
}
</style>
border-color css
<style>
span { border-color: #B6EE82; }
span { border-color: rgb(182,238,130); }
td.TdClassName
{
border-color: #B6EE82;
}
.TagClassName
{
border-color: #B6EE82;
}
</style>