Shades of Sulu #C0E78B
Tints of Sulu #C0E78B
RGB
CMYK
RGB Variations
Color information
#C0E78B (or 0xC0E78B) is known color: Sulu. HEX triplet: C0, E7 and 8B. RGB value is (192,231,139). Sum of RGB (Red+Green+Blue) = 192+231+139=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E78B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0E78B is #3F1874. Grayscale: #D1D1D1. Windows color (decimal): -4135029 or 9168832. OLE color: 9168832.
HSL color Cylindrical-coordinate representation of color #C0E78B: hue angle of 85.43º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0E78B is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 139 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.09 |
| HSL | 85.43º | 0.66% | 0.73% | - |
| HSV(B) | 85.43º | 0.4% | 0.91% | - |
| XYZ | 54.97 | 70.22 | 35.08 | - |
| YUV | 208.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 139 | 0.17 | 0 | 0.40 | 0.09 | 85.43 | 0.66 | 0.73 |
| Hex | C0 | E7 | 8B | 11 | 0 | 28 | 9 | 55 | 42 | 49 |
| Octal | 300 | 347 | 213 | 21 | 0 | 50 | 11 | 125 | 102 | 111 |
| Binary | 11000000 | 11100111 | 10001011 | 10001 | 0 | 101000 | 1001 | 1010101 | 1000010 | 1001001 |
Color Harmonies of #C0E78B
Complementary color
Monochromatic Colors of #C0E78B
Black with #C0E78B
Text Example
Text Example
White with #C0E78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E78B; }
p { color: rgb(192,231,139); }
H1.HeaderClassName
{
color: #C0E78B;
}
.AnyTagClassName
{
color: #C0E78B;
}
</style>
background-color css
<style>
a { background-color: #C0E78B; }
a { background-color: rgb(192,231,139); }
div.DivClassName
{
background-color: #C0E78B;
}
.BgClassName
{
background-color: #C0E78B;
}
</style>
border-color css
<style>
span { border-color: #C0E78B; }
span { border-color: rgb(192,231,139); }
td.TdClassName
{
border-color: #C0E78B;
}
.TagClassName
{
border-color: #C0E78B;
}
</style>