Shades of Sulu #C0E57C
Tints of Sulu #C0E57C
RGB
CMYK
RGB Variations
Color information
#C0E57C (or 0xC0E57C) is known color: Sulu. HEX triplet: C0, E5 and 7C. RGB value is (192,229,124). Sum of RGB (Red+Green+Blue) = 192+229+124=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E57C is #3F1A83. Grayscale: #CECECE. Windows color (decimal): -4135556 or 8185280. OLE color: 8185280.
HSL color Cylindrical-coordinate representation of color #C0E57C: hue angle of 81.14º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0E57C is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 124 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.10 |
| HSL | 81.14º | 0.67% | 0.69% | - |
| HSV(B) | 81.14º | 0.46% | 0.9% | - |
| XYZ | 53.4 | 68.7 | 29.52 | - |
| YUV | 205.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 124 | 0.16 | 0 | 0.46 | 0.10 | 81.14 | 0.67 | 0.69 |
| Hex | C0 | E5 | 7C | 10 | 0 | 2E | A | 51 | 43 | 45 |
| Octal | 300 | 345 | 174 | 20 | 0 | 56 | 12 | 121 | 103 | 105 |
| Binary | 11000000 | 11100101 | 1111100 | 10000 | 0 | 101110 | 1010 | 1010001 | 1000011 | 1000101 |
Color Harmonies of #C0E57C
Complementary color
Monochromatic Colors of #C0E57C
Black with #C0E57C
Text Example
Text Example
White with #C0E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E57C; }
p { color: rgb(192,229,124); }
H1.HeaderClassName
{
color: #C0E57C;
}
.AnyTagClassName
{
color: #C0E57C;
}
</style>
background-color css
<style>
a { background-color: #C0E57C; }
a { background-color: rgb(192,229,124); }
div.DivClassName
{
background-color: #C0E57C;
}
.BgClassName
{
background-color: #C0E57C;
}
</style>
border-color css
<style>
span { border-color: #C0E57C; }
span { border-color: rgb(192,229,124); }
td.TdClassName
{
border-color: #C0E57C;
}
.TagClassName
{
border-color: #C0E57C;
}
</style>