Shades of Sulu #C6EC8D
Tints of Sulu #C6EC8D
RGB
CMYK
RGB Variations
Color information
#C6EC8D (or 0xC6EC8D) is known color: Sulu. HEX triplet: C6, EC and 8D. RGB value is (198,236,141). Sum of RGB (Red+Green+Blue) = 198+236+141=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C6EC8D is #391372. Grayscale: #D6D6D6. Windows color (decimal): -3740531 or 9301190. OLE color: 9301190.
HSL color Cylindrical-coordinate representation of color #C6EC8D: hue angle of 84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6EC8D is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 141 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.07 |
| HSL | 84º | 0.71% | 0.74% | - |
| HSV(B) | 84º | 0.4% | 0.93% | - |
| XYZ | 58.09 | 73.92 | 36.41 | - |
| YUV | 213.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 141 | 0.16 | 0 | 0.40 | 0.07 | 84 | 0.71 | 0.74 |
| Hex | C6 | EC | 8D | 10 | 0 | 28 | 7 | 54 | 47 | 4A |
| Octal | 306 | 354 | 215 | 20 | 0 | 50 | 7 | 124 | 107 | 112 |
| Binary | 11000110 | 11101100 | 10001101 | 10000 | 0 | 101000 | 111 | 1010100 | 1000111 | 1001010 |
Color Harmonies of #C6EC8D
Complementary color
Monochromatic Colors of #C6EC8D
Black with #C6EC8D
Text Example
Text Example
White with #C6EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC8D; }
p { color: rgb(198,236,141); }
H1.HeaderClassName
{
color: #C6EC8D;
}
.AnyTagClassName
{
color: #C6EC8D;
}
</style>
background-color css
<style>
a { background-color: #C6EC8D; }
a { background-color: rgb(198,236,141); }
div.DivClassName
{
background-color: #C6EC8D;
}
.BgClassName
{
background-color: #C6EC8D;
}
</style>
border-color css
<style>
span { border-color: #C6EC8D; }
span { border-color: rgb(198,236,141); }
td.TdClassName
{
border-color: #C6EC8D;
}
.TagClassName
{
border-color: #C6EC8D;
}
</style>