Shades of Sulu #C0E48B
Tints of Sulu #C0E48B
RGB
CMYK
RGB Variations
Color information
#C0E48B (or 0xC0E48B) is known color: Sulu. HEX triplet: C0, E4 and 8B. RGB value is (192,228,139). Sum of RGB (Red+Green+Blue) = 192+228+139=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0E48B is #3F1B74. Grayscale: #CFCFCF. Windows color (decimal): -4135797 or 9168064. OLE color: 9168064.
HSL color Cylindrical-coordinate representation of color #C0E48B: hue angle of 84.27º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0E48B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 139 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.11 |
| HSL | 84.27º | 0.62% | 0.72% | - |
| HSV(B) | 84.27º | 0.39% | 0.89% | - |
| XYZ | 54.14 | 68.56 | 34.81 | - |
| YUV | 207.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 139 | 0.16 | 0 | 0.39 | 0.11 | 84.27 | 0.62 | 0.72 |
| Hex | C0 | E4 | 8B | 10 | 0 | 27 | B | 54 | 3E | 48 |
| Octal | 300 | 344 | 213 | 20 | 0 | 47 | 13 | 124 | 76 | 110 |
| Binary | 11000000 | 11100100 | 10001011 | 10000 | 0 | 100111 | 1011 | 1010100 | 111110 | 1001000 |
Color Harmonies of #C0E48B
Complementary color
Monochromatic Colors of #C0E48B
Black with #C0E48B
Text Example
Text Example
White with #C0E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E48B; }
p { color: rgb(192,228,139); }
H1.HeaderClassName
{
color: #C0E48B;
}
.AnyTagClassName
{
color: #C0E48B;
}
</style>
background-color css
<style>
a { background-color: #C0E48B; }
a { background-color: rgb(192,228,139); }
div.DivClassName
{
background-color: #C0E48B;
}
.BgClassName
{
background-color: #C0E48B;
}
</style>
border-color css
<style>
span { border-color: #C0E48B; }
span { border-color: rgb(192,228,139); }
td.TdClassName
{
border-color: #C0E48B;
}
.TagClassName
{
border-color: #C0E48B;
}
</style>