Shades of Sulu #C6E084
Tints of Sulu #C6E084
RGB
CMYK
RGB Variations
Color information
#C6E084 (or 0xC6E084) is known color: Sulu. HEX triplet: C6, E0 and 84. RGB value is (198,224,132). Sum of RGB (Red+Green+Blue) = 198+224+132=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 132 (51.95% from 255 or 23.83% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E084 is #391F7B. Grayscale: #CECECE. Windows color (decimal): -3743612 or 8708294. OLE color: 8708294.
HSL color Cylindrical-coordinate representation of color #C6E084: hue angle of 76.96º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6E084 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 132 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.12 |
| HSL | 76.96º | 0.6% | 0.7% | - |
| HSV(B) | 76.96º | 0.41% | 0.88% | - |
| XYZ | 54.11 | 66.98 | 31.91 | - |
| YUV | 205.74 | 86.39 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 132 | 0.12 | 0 | 0.41 | 0.12 | 76.96 | 0.6 | 0.7 |
| Hex | C6 | E0 | 84 | C | 0 | 29 | C | 4D | 3C | 46 |
| Octal | 306 | 340 | 204 | 14 | 0 | 51 | 14 | 115 | 74 | 106 |
| Binary | 11000110 | 11100000 | 10000100 | 1100 | 0 | 101001 | 1100 | 1001101 | 111100 | 1000110 |
Color Harmonies of #C6E084
Complementary color
Monochromatic Colors of #C6E084
Black with #C6E084
Text Example
Text Example
White with #C6E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E084; }
p { color: rgb(198,224,132); }
H1.HeaderClassName
{
color: #C6E084;
}
.AnyTagClassName
{
color: #C6E084;
}
</style>
background-color css
<style>
a { background-color: #C6E084; }
a { background-color: rgb(198,224,132); }
div.DivClassName
{
background-color: #C6E084;
}
.BgClassName
{
background-color: #C6E084;
}
</style>
border-color css
<style>
span { border-color: #C6E084; }
span { border-color: rgb(198,224,132); }
td.TdClassName
{
border-color: #C6E084;
}
.TagClassName
{
border-color: #C6E084;
}
</style>