Shades of Sulu #C6E18B
Tints of Sulu #C6E18B
RGB
CMYK
RGB Variations
Color information
#C6E18B (or 0xC6E18B) is known color: Sulu. HEX triplet: C6, E1 and 8B. RGB value is (198,225,139). Sum of RGB (Red+Green+Blue) = 198+225+139=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 225 (88.28% from 255 or 40.04% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6E18B is #391E74. Grayscale: #CFCFCF. Windows color (decimal): -3743349 or 9167302. OLE color: 9167302.
HSL color Cylindrical-coordinate representation of color #C6E18B: hue angle of 78.84º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6E18B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 139 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.12 |
| HSL | 78.84º | 0.59% | 0.71% | - |
| HSV(B) | 78.84º | 0.38% | 0.88% | - |
| XYZ | 54.87 | 67.72 | 34.61 | - |
| YUV | 207.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 139 | 0.12 | 0 | 0.38 | 0.12 | 78.84 | 0.59 | 0.71 |
| Hex | C6 | E1 | 8B | C | 0 | 26 | C | 4F | 3B | 47 |
| Octal | 306 | 341 | 213 | 14 | 0 | 46 | 14 | 117 | 73 | 107 |
| Binary | 11000110 | 11100001 | 10001011 | 1100 | 0 | 100110 | 1100 | 1001111 | 111011 | 1000111 |
Color Harmonies of #C6E18B
Complementary color
Monochromatic Colors of #C6E18B
Black with #C6E18B
Text Example
Text Example
White with #C6E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E18B; }
p { color: rgb(198,225,139); }
H1.HeaderClassName
{
color: #C6E18B;
}
.AnyTagClassName
{
color: #C6E18B;
}
</style>
background-color css
<style>
a { background-color: #C6E18B; }
a { background-color: rgb(198,225,139); }
div.DivClassName
{
background-color: #C6E18B;
}
.BgClassName
{
background-color: #C6E18B;
}
</style>
border-color css
<style>
span { border-color: #C6E18B; }
span { border-color: rgb(198,225,139); }
td.TdClassName
{
border-color: #C6E18B;
}
.TagClassName
{
border-color: #C6E18B;
}
</style>