Shades of Sulu #C0E188
Tints of Sulu #C0E188
RGB
CMYK
RGB Variations
Color information
#C0E188 (or 0xC0E188) is known color: Sulu. HEX triplet: C0, E1 and 88. RGB value is (192,225,136). Sum of RGB (Red+Green+Blue) = 192+225+136=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E188 is #3F1E77. Grayscale: #CDCDCD. Windows color (decimal): -4136568 or 8970688. OLE color: 8970688.
HSL color Cylindrical-coordinate representation of color #C0E188: hue angle of 82.25º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0E188 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 136 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.12 |
| HSL | 82.25º | 0.6% | 0.71% | - |
| HSV(B) | 82.25º | 0.4% | 0.88% | - |
| XYZ | 53.11 | 66.83 | 33.39 | - |
| YUV | 204.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 136 | 0.15 | 0 | 0.40 | 0.12 | 82.25 | 0.6 | 0.71 |
| Hex | C0 | E1 | 88 | F | 0 | 28 | C | 52 | 3C | 47 |
| Octal | 300 | 341 | 210 | 17 | 0 | 50 | 14 | 122 | 74 | 107 |
| Binary | 11000000 | 11100001 | 10001000 | 1111 | 0 | 101000 | 1100 | 1010010 | 111100 | 1000111 |
Color Harmonies of #C0E188
Complementary color
Monochromatic Colors of #C0E188
Black with #C0E188
Text Example
Text Example
White with #C0E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E188; }
p { color: rgb(192,225,136); }
H1.HeaderClassName
{
color: #C0E188;
}
.AnyTagClassName
{
color: #C0E188;
}
</style>
background-color css
<style>
a { background-color: #C0E188; }
a { background-color: rgb(192,225,136); }
div.DivClassName
{
background-color: #C0E188;
}
.BgClassName
{
background-color: #C0E188;
}
</style>
border-color css
<style>
span { border-color: #C0E188; }
span { border-color: rgb(192,225,136); }
td.TdClassName
{
border-color: #C0E188;
}
.TagClassName
{
border-color: #C0E188;
}
</style>