Shades of Sulu #C6E57C
Tints of Sulu #C6E57C
RGB
CMYK
RGB Variations
Color information
#C6E57C (or 0xC6E57C) is known color: Sulu. HEX triplet: C6, E5 and 7C. RGB value is (198,229,124). Sum of RGB (Red+Green+Blue) = 198+229+124=551 (72% of max value = 765). Red value is 198 (77.73% from 255 or 35.93% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E57C is #391A83. Grayscale: #D0D0D0. Windows color (decimal): -3742340 or 8185286. OLE color: 8185286.
HSL color Cylindrical-coordinate representation of color #C6E57C: hue angle of 77.71º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6E57C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 124 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.10 |
| HSL | 77.71º | 0.67% | 0.69% | - |
| HSV(B) | 77.71º | 0.46% | 0.9% | - |
| XYZ | 54.95 | 69.5 | 29.59 | - |
| YUV | 207.76 | 80.73 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 124 | 0.14 | 0 | 0.46 | 0.10 | 77.71 | 0.67 | 0.69 |
| Hex | C6 | E5 | 7C | E | 0 | 2E | A | 4E | 43 | 45 |
| Octal | 306 | 345 | 174 | 16 | 0 | 56 | 12 | 116 | 103 | 105 |
| Binary | 11000110 | 11100101 | 1111100 | 1110 | 0 | 101110 | 1010 | 1001110 | 1000011 | 1000101 |
Color Harmonies of #C6E57C
Complementary color
Monochromatic Colors of #C6E57C
Black with #C6E57C
Text Example
Text Example
White with #C6E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E57C; }
p { color: rgb(198,229,124); }
H1.HeaderClassName
{
color: #C6E57C;
}
.AnyTagClassName
{
color: #C6E57C;
}
</style>
background-color css
<style>
a { background-color: #C6E57C; }
a { background-color: rgb(198,229,124); }
div.DivClassName
{
background-color: #C6E57C;
}
.BgClassName
{
background-color: #C6E57C;
}
</style>
border-color css
<style>
span { border-color: #C6E57C; }
span { border-color: rgb(198,229,124); }
td.TdClassName
{
border-color: #C6E57C;
}
.TagClassName
{
border-color: #C6E57C;
}
</style>