Shades of Sulu #C6E08D
Tints of Sulu #C6E08D
RGB
CMYK
RGB Variations
Color information
#C6E08D (or 0xC6E08D) is known color: Sulu. HEX triplet: C6, E0 and 8D. RGB value is (198,224,141). Sum of RGB (Red+Green+Blue) = 198+224+141=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 224 (87.89% from 255 or 39.79% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E08D is #391F72. Grayscale: #CFCFCF. Windows color (decimal): -3743603 or 9298118. OLE color: 9298118.
HSL color Cylindrical-coordinate representation of color #C6E08D: hue angle of 78.8º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6E08D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 141 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.12 |
| HSL | 78.8º | 0.57% | 0.72% | - |
| HSV(B) | 78.8º | 0.37% | 0.88% | - |
| XYZ | 54.75 | 67.24 | 35.29 | - |
| YUV | 206.76 | 90.89 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 141 | 0.12 | 0 | 0.37 | 0.12 | 78.8 | 0.57 | 0.72 |
| Hex | C6 | E0 | 8D | C | 0 | 25 | C | 4F | 39 | 48 |
| Octal | 306 | 340 | 215 | 14 | 0 | 45 | 14 | 117 | 71 | 110 |
| Binary | 11000110 | 11100000 | 10001101 | 1100 | 0 | 100101 | 1100 | 1001111 | 111001 | 1001000 |
Color Harmonies of #C6E08D
Complementary color
Monochromatic Colors of #C6E08D
Black with #C6E08D
Text Example
Text Example
White with #C6E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E08D; }
p { color: rgb(198,224,141); }
H1.HeaderClassName
{
color: #C6E08D;
}
.AnyTagClassName
{
color: #C6E08D;
}
</style>
background-color css
<style>
a { background-color: #C6E08D; }
a { background-color: rgb(198,224,141); }
div.DivClassName
{
background-color: #C6E08D;
}
.BgClassName
{
background-color: #C6E08D;
}
</style>
border-color css
<style>
span { border-color: #C6E08D; }
span { border-color: rgb(198,224,141); }
td.TdClassName
{
border-color: #C6E08D;
}
.TagClassName
{
border-color: #C6E08D;
}
</style>