Shades of Sulu #C0E291
Tints of Sulu #C0E291
RGB
CMYK
RGB Variations
Color information
#C0E291 (or 0xC0E291) is known color: Sulu. HEX triplet: C0, E2 and 91. RGB value is (192,226,145). Sum of RGB (Red+Green+Blue) = 192+226+145=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E291 is #3F1D6E. Grayscale: #CECECE. Windows color (decimal): -4136303 or 9560768. OLE color: 9560768.
HSL color Cylindrical-coordinate representation of color #C0E291: hue angle of 85.19º degrees, saturation: 0.58, 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 #C0E291 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 145 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.11 |
| HSL | 85.19º | 0.58% | 0.73% | - |
| HSV(B) | 85.19º | 0.36% | 0.89% | - |
| XYZ | 54.05 | 67.64 | 37 | - |
| YUV | 206.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 145 | 0.15 | 0 | 0.36 | 0.11 | 85.19 | 0.58 | 0.73 |
| Hex | C0 | E2 | 91 | F | 0 | 24 | B | 55 | 3A | 49 |
| Octal | 300 | 342 | 221 | 17 | 0 | 44 | 13 | 125 | 72 | 111 |
| Binary | 11000000 | 11100010 | 10010001 | 1111 | 0 | 100100 | 1011 | 1010101 | 111010 | 1001001 |
Color Harmonies of #C0E291
Complementary color
Monochromatic Colors of #C0E291
Black with #C0E291
Text Example
Text Example
White with #C0E291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E291; }
p { color: rgb(192,226,145); }
H1.HeaderClassName
{
color: #C0E291;
}
.AnyTagClassName
{
color: #C0E291;
}
</style>
background-color css
<style>
a { background-color: #C0E291; }
a { background-color: rgb(192,226,145); }
div.DivClassName
{
background-color: #C0E291;
}
.BgClassName
{
background-color: #C0E291;
}
</style>
border-color css
<style>
span { border-color: #C0E291; }
span { border-color: rgb(192,226,145); }
td.TdClassName
{
border-color: #C0E291;
}
.TagClassName
{
border-color: #C0E291;
}
</style>