Shades of Sulu #C0E77C
Tints of Sulu #C0E77C
RGB
CMYK
RGB Variations
Color information
#C0E77C (or 0xC0E77C) is known color: Sulu. HEX triplet: C0, E7 and 7C. RGB value is (192,231,124). Sum of RGB (Red+Green+Blue) = 192+231+124=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E77C is #3F1883. Grayscale: #CFCFCF. Windows color (decimal): -4135044 or 8185792. OLE color: 8185792.
HSL color Cylindrical-coordinate representation of color #C0E77C: hue angle of 81.87º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0E77C is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 124 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.09 |
| HSL | 81.87º | 0.69% | 0.7% | - |
| HSV(B) | 81.87º | 0.46% | 0.91% | - |
| XYZ | 53.95 | 69.81 | 29.7 | - |
| YUV | 207.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 124 | 0.17 | 0 | 0.46 | 0.09 | 81.87 | 0.69 | 0.7 |
| Hex | C0 | E7 | 7C | 11 | 0 | 2E | 9 | 52 | 45 | 46 |
| Octal | 300 | 347 | 174 | 21 | 0 | 56 | 11 | 122 | 105 | 106 |
| Binary | 11000000 | 11100111 | 1111100 | 10001 | 0 | 101110 | 1001 | 1010010 | 1000101 | 1000110 |
Color Harmonies of #C0E77C
Complementary color
Monochromatic Colors of #C0E77C
Black with #C0E77C
Text Example
Text Example
White with #C0E77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E77C; }
p { color: rgb(192,231,124); }
H1.HeaderClassName
{
color: #C0E77C;
}
.AnyTagClassName
{
color: #C0E77C;
}
</style>
background-color css
<style>
a { background-color: #C0E77C; }
a { background-color: rgb(192,231,124); }
div.DivClassName
{
background-color: #C0E77C;
}
.BgClassName
{
background-color: #C0E77C;
}
</style>
border-color css
<style>
span { border-color: #C0E77C; }
span { border-color: rgb(192,231,124); }
td.TdClassName
{
border-color: #C0E77C;
}
.TagClassName
{
border-color: #C0E77C;
}
</style>