Shades of Sulu #C6E584
Tints of Sulu #C6E584
RGB
CMYK
RGB Variations
Color information
#C6E584 (or 0xC6E584) is known color: Sulu. HEX triplet: C6, E5 and 84. RGB value is (198,229,132). Sum of RGB (Red+Green+Blue) = 198+229+132=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E584 is #391A7B. Grayscale: #D1D1D1. Windows color (decimal): -3742332 or 8709574. OLE color: 8709574.
HSL color Cylindrical-coordinate representation of color #C6E584: hue angle of 79.18º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6E584 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 132 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.10 |
| HSL | 79.18º | 0.65% | 0.71% | - |
| HSV(B) | 79.18º | 0.42% | 0.9% | - |
| XYZ | 55.47 | 69.71 | 32.36 | - |
| YUV | 208.67 | 84.73 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 132 | 0.14 | 0 | 0.42 | 0.10 | 79.18 | 0.65 | 0.71 |
| Hex | C6 | E5 | 84 | E | 0 | 2A | A | 4F | 41 | 47 |
| Octal | 306 | 345 | 204 | 16 | 0 | 52 | 12 | 117 | 101 | 107 |
| Binary | 11000110 | 11100101 | 10000100 | 1110 | 0 | 101010 | 1010 | 1001111 | 1000001 | 1000111 |
Color Harmonies of #C6E584
Complementary color
Monochromatic Colors of #C6E584
Black with #C6E584
Text Example
Text Example
White with #C6E584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E584; }
p { color: rgb(198,229,132); }
H1.HeaderClassName
{
color: #C6E584;
}
.AnyTagClassName
{
color: #C6E584;
}
</style>
background-color css
<style>
a { background-color: #C6E584; }
a { background-color: rgb(198,229,132); }
div.DivClassName
{
background-color: #C6E584;
}
.BgClassName
{
background-color: #C6E584;
}
</style>
border-color css
<style>
span { border-color: #C6E584; }
span { border-color: rgb(198,229,132); }
td.TdClassName
{
border-color: #C6E584;
}
.TagClassName
{
border-color: #C6E584;
}
</style>