Shades of Sulu #C0E791
Tints of Sulu #C0E791
RGB
CMYK
RGB Variations
Color information
#C0E791 (or 0xC0E791) is known color: Sulu. HEX triplet: C0, E7 and 91. RGB value is (192,231,145). Sum of RGB (Red+Green+Blue) = 192+231+145=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E791 is #3F186E. Grayscale: #D1D1D1. Windows color (decimal): -4135023 or 9562048. OLE color: 9562048.
HSL color Cylindrical-coordinate representation of color #C0E791: hue angle of 87.21º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0E791 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 145 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.09 |
| HSL | 87.21º | 0.64% | 0.74% | - |
| HSV(B) | 87.21º | 0.37% | 0.91% | - |
| XYZ | 55.42 | 70.4 | 37.46 | - |
| YUV | 209.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 145 | 0.17 | 0 | 0.37 | 0.09 | 87.21 | 0.64 | 0.74 |
| Hex | C0 | E7 | 91 | 11 | 0 | 25 | 9 | 57 | 40 | 4A |
| Octal | 300 | 347 | 221 | 21 | 0 | 45 | 11 | 127 | 100 | 112 |
| Binary | 11000000 | 11100111 | 10010001 | 10001 | 0 | 100101 | 1001 | 1010111 | 1000000 | 1001010 |
Color Harmonies of #C0E791
Complementary color
Monochromatic Colors of #C0E791
Black with #C0E791
Text Example
Text Example
White with #C0E791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E791; }
p { color: rgb(192,231,145); }
H1.HeaderClassName
{
color: #C0E791;
}
.AnyTagClassName
{
color: #C0E791;
}
</style>
background-color css
<style>
a { background-color: #C0E791; }
a { background-color: rgb(192,231,145); }
div.DivClassName
{
background-color: #C0E791;
}
.BgClassName
{
background-color: #C0E791;
}
</style>
border-color css
<style>
span { border-color: #C0E791; }
span { border-color: rgb(192,231,145); }
td.TdClassName
{
border-color: #C0E791;
}
.TagClassName
{
border-color: #C0E791;
}
</style>