Shades of Sulu #C6E18F
Tints of Sulu #C6E18F
RGB
CMYK
RGB Variations
Color information
#C6E18F (or 0xC6E18F) is known color: Sulu. HEX triplet: C6, E1 and 8F. RGB value is (198,225,143). Sum of RGB (Red+Green+Blue) = 198+225+143=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E18F is #391E70. Grayscale: #CFCFCF. Windows color (decimal): -3743345 or 9429446. OLE color: 9429446.
HSL color Cylindrical-coordinate representation of color #C6E18F: hue angle of 79.76º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6E18F is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 143 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.12 |
| HSL | 79.76º | 0.58% | 0.72% | - |
| HSV(B) | 79.76º | 0.36% | 0.88% | - |
| XYZ | 55.17 | 67.84 | 36.17 | - |
| YUV | 207.58 | 91.55 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 143 | 0.12 | 0 | 0.36 | 0.12 | 79.76 | 0.58 | 0.72 |
| Hex | C6 | E1 | 8F | C | 0 | 24 | C | 50 | 3A | 48 |
| Octal | 306 | 341 | 217 | 14 | 0 | 44 | 14 | 120 | 72 | 110 |
| Binary | 11000110 | 11100001 | 10001111 | 1100 | 0 | 100100 | 1100 | 1010000 | 111010 | 1001000 |
Color Harmonies of #C6E18F
Complementary color
Monochromatic Colors of #C6E18F
Black with #C6E18F
Text Example
Text Example
White with #C6E18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E18F; }
p { color: rgb(198,225,143); }
H1.HeaderClassName
{
color: #C6E18F;
}
.AnyTagClassName
{
color: #C6E18F;
}
</style>
background-color css
<style>
a { background-color: #C6E18F; }
a { background-color: rgb(198,225,143); }
div.DivClassName
{
background-color: #C6E18F;
}
.BgClassName
{
background-color: #C6E18F;
}
</style>
border-color css
<style>
span { border-color: #C6E18F; }
span { border-color: rgb(198,225,143); }
td.TdClassName
{
border-color: #C6E18F;
}
.TagClassName
{
border-color: #C6E18F;
}
</style>