Shades of Sulu #C0E290
Tints of Sulu #C0E290
RGB
CMYK
RGB Variations
Color information
#C0E290 (or 0xC0E290) is known color: Sulu. HEX triplet: C0, E2 and 90. RGB value is (192,226,144). Sum of RGB (Red+Green+Blue) = 192+226+144=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E290 is #3F1D6F. Grayscale: #CECECE. Windows color (decimal): -4136304 or 9495232. OLE color: 9495232.
HSL color Cylindrical-coordinate representation of color #C0E290: hue angle of 84.88º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0E290 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 144 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.11 |
| HSL | 84.88º | 0.59% | 0.73% | - |
| HSV(B) | 84.88º | 0.36% | 0.89% | - |
| XYZ | 53.97 | 67.61 | 36.59 | - |
| YUV | 206.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 144 | 0.15 | 0 | 0.36 | 0.11 | 84.88 | 0.59 | 0.73 |
| Hex | C0 | E2 | 90 | F | 0 | 24 | B | 55 | 3B | 49 |
| Octal | 300 | 342 | 220 | 17 | 0 | 44 | 13 | 125 | 73 | 111 |
| Binary | 11000000 | 11100010 | 10010000 | 1111 | 0 | 100100 | 1011 | 1010101 | 111011 | 1001001 |
Color Harmonies of #C0E290
Complementary color
Monochromatic Colors of #C0E290
Black with #C0E290
Text Example
Text Example
White with #C0E290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E290; }
p { color: rgb(192,226,144); }
H1.HeaderClassName
{
color: #C0E290;
}
.AnyTagClassName
{
color: #C0E290;
}
</style>
background-color css
<style>
a { background-color: #C0E290; }
a { background-color: rgb(192,226,144); }
div.DivClassName
{
background-color: #C0E290;
}
.BgClassName
{
background-color: #C0E290;
}
</style>
border-color css
<style>
span { border-color: #C0E290; }
span { border-color: rgb(192,226,144); }
td.TdClassName
{
border-color: #C0E290;
}
.TagClassName
{
border-color: #C0E290;
}
</style>