Shades of Sulu #C0E98D
Tints of Sulu #C0E98D
RGB
CMYK
RGB Variations
Color information
#C0E98D (or 0xC0E98D) is known color: Sulu. HEX triplet: C0, E9 and 8D. RGB value is (192,233,141). Sum of RGB (Red+Green+Blue) = 192+233+141=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E98D is #3F1672. Grayscale: #D2D2D2. Windows color (decimal): -4134515 or 9300416. OLE color: 9300416.
HSL color Cylindrical-coordinate representation of color #C0E98D: hue angle of 86.74º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0E98D is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 141 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.09 |
| HSL | 86.74º | 0.68% | 0.73% | - |
| HSV(B) | 86.74º | 0.39% | 0.91% | - |
| XYZ | 55.68 | 71.41 | 36.05 | - |
| YUV | 210.25 | 88.92 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 141 | 0.18 | 0 | 0.39 | 0.09 | 86.74 | 0.68 | 0.73 |
| Hex | C0 | E9 | 8D | 12 | 0 | 27 | 9 | 57 | 44 | 49 |
| Octal | 300 | 351 | 215 | 22 | 0 | 47 | 11 | 127 | 104 | 111 |
| Binary | 11000000 | 11101001 | 10001101 | 10010 | 0 | 100111 | 1001 | 1010111 | 1000100 | 1001001 |
Color Harmonies of #C0E98D
Complementary color
Monochromatic Colors of #C0E98D
Black with #C0E98D
Text Example
Text Example
White with #C0E98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E98D; }
p { color: rgb(192,233,141); }
H1.HeaderClassName
{
color: #C0E98D;
}
.AnyTagClassName
{
color: #C0E98D;
}
</style>
background-color css
<style>
a { background-color: #C0E98D; }
a { background-color: rgb(192,233,141); }
div.DivClassName
{
background-color: #C0E98D;
}
.BgClassName
{
background-color: #C0E98D;
}
</style>
border-color css
<style>
span { border-color: #C0E98D; }
span { border-color: rgb(192,233,141); }
td.TdClassName
{
border-color: #C0E98D;
}
.TagClassName
{
border-color: #C0E98D;
}
</style>