Shades of Sulu #C6E082
Tints of Sulu #C6E082
RGB
CMYK
RGB Variations
Color information
#C6E082 (or 0xC6E082) is known color: Sulu. HEX triplet: C6, E0 and 82. RGB value is (198,224,130). Sum of RGB (Red+Green+Blue) = 198+224+130=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E082 is #391F7D. Grayscale: #CDCDCD. Windows color (decimal): -3743614 or 8577222. OLE color: 8577222.
HSL color Cylindrical-coordinate representation of color #C6E082: hue angle of 76.6º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6E082 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 130 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.12 |
| HSL | 76.6º | 0.6% | 0.69% | - |
| HSV(B) | 76.6º | 0.42% | 0.88% | - |
| XYZ | 53.97 | 66.93 | 31.19 | - |
| YUV | 205.51 | 85.39 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 130 | 0.12 | 0 | 0.42 | 0.12 | 76.6 | 0.6 | 0.69 |
| Hex | C6 | E0 | 82 | C | 0 | 2A | C | 4D | 3C | 45 |
| Octal | 306 | 340 | 202 | 14 | 0 | 52 | 14 | 115 | 74 | 105 |
| Binary | 11000110 | 11100000 | 10000010 | 1100 | 0 | 101010 | 1100 | 1001101 | 111100 | 1000101 |
Color Harmonies of #C6E082
Complementary color
Monochromatic Colors of #C6E082
Black with #C6E082
Text Example
Text Example
White with #C6E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E082; }
p { color: rgb(198,224,130); }
H1.HeaderClassName
{
color: #C6E082;
}
.AnyTagClassName
{
color: #C6E082;
}
</style>
background-color css
<style>
a { background-color: #C6E082; }
a { background-color: rgb(198,224,130); }
div.DivClassName
{
background-color: #C6E082;
}
.BgClassName
{
background-color: #C6E082;
}
</style>
border-color css
<style>
span { border-color: #C6E082; }
span { border-color: rgb(198,224,130); }
td.TdClassName
{
border-color: #C6E082;
}
.TagClassName
{
border-color: #C6E082;
}
</style>