Shades of Sulu #C6E47C
Tints of Sulu #C6E47C
RGB
CMYK
RGB Variations
Color information
#C6E47C (or 0xC6E47C) is known color: Sulu. HEX triplet: C6, E4 and 7C. RGB value is (198,228,124). Sum of RGB (Red+Green+Blue) = 198+228+124=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #C6E47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E47C is #391B83. Grayscale: #CFCFCF. Windows color (decimal): -3742596 or 8185030. OLE color: 8185030.
HSL color Cylindrical-coordinate representation of color #C6E47C: hue angle of 77.31º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6E47C is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 228 | 124 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.11 |
| HSL | 77.31º | 0.66% | 0.69% | - |
| HSV(B) | 77.31º | 0.46% | 0.89% | - |
| XYZ | 54.67 | 68.95 | 29.5 | - |
| YUV | 207.17 | 81.06 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 228 | 124 | 0.13 | 0 | 0.46 | 0.11 | 77.31 | 0.66 | 0.69 |
| Hex | C6 | E4 | 7C | D | 0 | 2E | B | 4D | 42 | 45 |
| Octal | 306 | 344 | 174 | 15 | 0 | 56 | 13 | 115 | 102 | 105 |
| Binary | 11000110 | 11100100 | 1111100 | 1101 | 0 | 101110 | 1011 | 1001101 | 1000010 | 1000101 |
Color Harmonies of #C6E47C
Complementary color
Monochromatic Colors of #C6E47C
Black with #C6E47C
Text Example
Text Example
White with #C6E47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E47C; }
p { color: rgb(198,228,124); }
H1.HeaderClassName
{
color: #C6E47C;
}
.AnyTagClassName
{
color: #C6E47C;
}
</style>
background-color css
<style>
a { background-color: #C6E47C; }
a { background-color: rgb(198,228,124); }
div.DivClassName
{
background-color: #C6E47C;
}
.BgClassName
{
background-color: #C6E47C;
}
</style>
border-color css
<style>
span { border-color: #C6E47C; }
span { border-color: rgb(198,228,124); }
td.TdClassName
{
border-color: #C6E47C;
}
.TagClassName
{
border-color: #C6E47C;
}
</style>