Shades of Sulu #C6E276
Tints of Sulu #C6E276
RGB
CMYK
RGB Variations
Color information
#C6E276 (or 0xC6E276) is known color: Sulu. HEX triplet: C6, E2 and 76. RGB value is (198,226,118). Sum of RGB (Red+Green+Blue) = 198+226+118=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #C6E276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E276 is #391D89. Grayscale: #CDCDCD. Windows color (decimal): -3743114 or 7791302. OLE color: 7791302.
HSL color Cylindrical-coordinate representation of color #C6E276: hue angle of 75.56º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6E276 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 226 | 118 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.11 |
| HSL | 75.56º | 0.65% | 0.67% | - |
| HSV(B) | 75.56º | 0.48% | 0.89% | - |
| XYZ | 53.76 | 67.71 | 27.38 | - |
| YUV | 205.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 226 | 118 | 0.12 | 0 | 0.48 | 0.11 | 75.56 | 0.65 | 0.67 |
| Hex | C6 | E2 | 76 | C | 0 | 30 | B | 4C | 41 | 43 |
| Octal | 306 | 342 | 166 | 14 | 0 | 60 | 13 | 114 | 101 | 103 |
| Binary | 11000110 | 11100010 | 1110110 | 1100 | 0 | 110000 | 1011 | 1001100 | 1000001 | 1000011 |
Color Harmonies of #C6E276
Complementary color
Monochromatic Colors of #C6E276
Black with #C6E276
Text Example
Text Example
White with #C6E276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E276; }
p { color: rgb(198,226,118); }
H1.HeaderClassName
{
color: #C6E276;
}
.AnyTagClassName
{
color: #C6E276;
}
</style>
background-color css
<style>
a { background-color: #C6E276; }
a { background-color: rgb(198,226,118); }
div.DivClassName
{
background-color: #C6E276;
}
.BgClassName
{
background-color: #C6E276;
}
</style>
border-color css
<style>
span { border-color: #C6E276; }
span { border-color: rgb(198,226,118); }
td.TdClassName
{
border-color: #C6E276;
}
.TagClassName
{
border-color: #C6E276;
}
</style>