Shades of Sulu #C6EC7C
Tints of Sulu #C6EC7C
RGB
CMYK
RGB Variations
Color information
#C6EC7C (or 0xC6EC7C) is known color: Sulu. HEX triplet: C6, EC and 7C. RGB value is (198,236,124). Sum of RGB (Red+Green+Blue) = 198+236+124=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #C6EC7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6EC7C is #391383. Grayscale: #D4D4D4. Windows color (decimal): -3740548 or 8187078. OLE color: 8187078.
HSL color Cylindrical-coordinate representation of color #C6EC7C: hue angle of 80.36º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6EC7C is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 236 | 124 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.07 |
| HSL | 80.36º | 0.75% | 0.71% | - |
| HSV(B) | 80.36º | 0.47% | 0.93% | - |
| XYZ | 56.92 | 73.45 | 30.25 | - |
| YUV | 211.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 236 | 124 | 0.16 | 0 | 0.47 | 0.07 | 80.36 | 0.75 | 0.71 |
| Hex | C6 | EC | 7C | 10 | 0 | 2F | 7 | 50 | 4B | 47 |
| Octal | 306 | 354 | 174 | 20 | 0 | 57 | 7 | 120 | 113 | 107 |
| Binary | 11000110 | 11101100 | 1111100 | 10000 | 0 | 101111 | 111 | 1010000 | 1001011 | 1000111 |
Color Harmonies of #C6EC7C
Complementary color
Monochromatic Colors of #C6EC7C
Black with #C6EC7C
Text Example
Text Example
White with #C6EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EC7C; }
p { color: rgb(198,236,124); }
H1.HeaderClassName
{
color: #C6EC7C;
}
.AnyTagClassName
{
color: #C6EC7C;
}
</style>
background-color css
<style>
a { background-color: #C6EC7C; }
a { background-color: rgb(198,236,124); }
div.DivClassName
{
background-color: #C6EC7C;
}
.BgClassName
{
background-color: #C6EC7C;
}
</style>
border-color css
<style>
span { border-color: #C6EC7C; }
span { border-color: rgb(198,236,124); }
td.TdClassName
{
border-color: #C6EC7C;
}
.TagClassName
{
border-color: #C6EC7C;
}
</style>