Shades of Sulu #C6E076
Tints of Sulu #C6E076
RGB
CMYK
RGB Variations
Color information
#C6E076 (or 0xC6E076) is known color: Sulu. HEX triplet: C6, E0 and 76. RGB value is (198,224,118). Sum of RGB (Red+Green+Blue) = 198+224+118=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E076 is #391F89. Grayscale: #CCCCCC. Windows color (decimal): -3743626 or 7790790. OLE color: 7790790.
HSL color Cylindrical-coordinate representation of color #C6E076: hue angle of 74.72º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6E076 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 118 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.12 |
| HSL | 74.72º | 0.63% | 0.67% | - |
| HSV(B) | 74.72º | 0.47% | 0.88% | - |
| XYZ | 53.21 | 66.63 | 27.19 | - |
| YUV | 204.14 | 79.39 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 118 | 0.12 | 0 | 0.47 | 0.12 | 74.72 | 0.63 | 0.67 |
| Hex | C6 | E0 | 76 | C | 0 | 2F | C | 4B | 3F | 43 |
| Octal | 306 | 340 | 166 | 14 | 0 | 57 | 14 | 113 | 77 | 103 |
| Binary | 11000110 | 11100000 | 1110110 | 1100 | 0 | 101111 | 1100 | 1001011 | 111111 | 1000011 |
Color Harmonies of #C6E076
Complementary color
Monochromatic Colors of #C6E076
Black with #C6E076
Text Example
Text Example
White with #C6E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E076; }
p { color: rgb(198,224,118); }
H1.HeaderClassName
{
color: #C6E076;
}
.AnyTagClassName
{
color: #C6E076;
}
</style>
background-color css
<style>
a { background-color: #C6E076; }
a { background-color: rgb(198,224,118); }
div.DivClassName
{
background-color: #C6E076;
}
.BgClassName
{
background-color: #C6E076;
}
</style>
border-color css
<style>
span { border-color: #C6E076; }
span { border-color: rgb(198,224,118); }
td.TdClassName
{
border-color: #C6E076;
}
.TagClassName
{
border-color: #C6E076;
}
</style>