Shades of Sulu #C0E48D
Tints of Sulu #C0E48D
RGB
CMYK
RGB Variations
Color information
#C0E48D (or 0xC0E48D) is known color: Sulu. HEX triplet: C0, E4 and 8D. RGB value is (192,228,141). Sum of RGB (Red+Green+Blue) = 192+228+141=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E48D is #3F1B72. Grayscale: #CFCFCF. Windows color (decimal): -4135795 or 9299136. OLE color: 9299136.
HSL color Cylindrical-coordinate representation of color #C0E48D: hue angle of 84.83º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0E48D is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 141 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.11 |
| HSL | 84.83º | 0.62% | 0.72% | - |
| HSV(B) | 84.83º | 0.38% | 0.89% | - |
| XYZ | 54.29 | 68.62 | 35.58 | - |
| YUV | 207.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 141 | 0.16 | 0 | 0.38 | 0.11 | 84.83 | 0.62 | 0.72 |
| Hex | C0 | E4 | 8D | 10 | 0 | 26 | B | 55 | 3E | 48 |
| Octal | 300 | 344 | 215 | 20 | 0 | 46 | 13 | 125 | 76 | 110 |
| Binary | 11000000 | 11100100 | 10001101 | 10000 | 0 | 100110 | 1011 | 1010101 | 111110 | 1001000 |
Color Harmonies of #C0E48D
Complementary color
Monochromatic Colors of #C0E48D
Black with #C0E48D
Text Example
Text Example
White with #C0E48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E48D; }
p { color: rgb(192,228,141); }
H1.HeaderClassName
{
color: #C0E48D;
}
.AnyTagClassName
{
color: #C0E48D;
}
</style>
background-color css
<style>
a { background-color: #C0E48D; }
a { background-color: rgb(192,228,141); }
div.DivClassName
{
background-color: #C0E48D;
}
.BgClassName
{
background-color: #C0E48D;
}
</style>
border-color css
<style>
span { border-color: #C0E48D; }
span { border-color: rgb(192,228,141); }
td.TdClassName
{
border-color: #C0E48D;
}
.TagClassName
{
border-color: #C0E48D;
}
</style>