Shades of Sulu #C0E07C
Tints of Sulu #C0E07C
RGB
CMYK
RGB Variations
Color information
#C0E07C (or 0xC0E07C) is known color: Sulu. HEX triplet: C0, E0 and 7C. RGB value is (192,224,124). Sum of RGB (Red+Green+Blue) = 192+224+124=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E07C is #3F1F83. Grayscale: #CBCBCB. Windows color (decimal): -4136836 or 8184000. OLE color: 8184000.
HSL color Cylindrical-coordinate representation of color #C0E07C: hue angle of 79.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0E07C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 124 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.12 |
| HSL | 79.2º | 0.62% | 0.68% | - |
| HSV(B) | 79.2º | 0.45% | 0.88% | - |
| XYZ | 52.03 | 65.97 | 29.06 | - |
| YUV | 203.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 124 | 0.14 | 0 | 0.45 | 0.12 | 79.2 | 0.62 | 0.68 |
| Hex | C0 | E0 | 7C | E | 0 | 2D | C | 4F | 3E | 44 |
| Octal | 300 | 340 | 174 | 16 | 0 | 55 | 14 | 117 | 76 | 104 |
| Binary | 11000000 | 11100000 | 1111100 | 1110 | 0 | 101101 | 1100 | 1001111 | 111110 | 1000100 |
Color Harmonies of #C0E07C
Complementary color
Monochromatic Colors of #C0E07C
Black with #C0E07C
Text Example
Text Example
White with #C0E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E07C; }
p { color: rgb(192,224,124); }
H1.HeaderClassName
{
color: #C0E07C;
}
.AnyTagClassName
{
color: #C0E07C;
}
</style>
background-color css
<style>
a { background-color: #C0E07C; }
a { background-color: rgb(192,224,124); }
div.DivClassName
{
background-color: #C0E07C;
}
.BgClassName
{
background-color: #C0E07C;
}
</style>
border-color css
<style>
span { border-color: #C0E07C; }
span { border-color: rgb(192,224,124); }
td.TdClassName
{
border-color: #C0E07C;
}
.TagClassName
{
border-color: #C0E07C;
}
</style>