Shades of Sulu #C0E279
Tints of Sulu #C0E279
RGB
CMYK
RGB Variations
Color information
#C0E279 (or 0xC0E279) is known color: Sulu. HEX triplet: C0, E2 and 79. RGB value is (192,226,121). Sum of RGB (Red+Green+Blue) = 192+226+121=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 226 (88.67% from 255 or 41.93% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E279 is #3F1D86. Grayscale: #CCCCCC. Windows color (decimal): -4136327 or 7987904. OLE color: 7987904.
HSL color Cylindrical-coordinate representation of color #C0E279: hue angle of 79.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0E279 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 121 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.11 |
| HSL | 79.43º | 0.64% | 0.68% | - |
| HSV(B) | 79.43º | 0.46% | 0.89% | - |
| XYZ | 52.39 | 66.98 | 28.26 | - |
| YUV | 203.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 121 | 0.15 | 0 | 0.46 | 0.11 | 79.43 | 0.64 | 0.68 |
| Hex | C0 | E2 | 79 | F | 0 | 2E | B | 4F | 40 | 44 |
| Octal | 300 | 342 | 171 | 17 | 0 | 56 | 13 | 117 | 100 | 104 |
| Binary | 11000000 | 11100010 | 1111001 | 1111 | 0 | 101110 | 1011 | 1001111 | 1000000 | 1000100 |
Color Harmonies of #C0E279
Complementary color
Monochromatic Colors of #C0E279
Black with #C0E279
Text Example
Text Example
White with #C0E279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E279; }
p { color: rgb(192,226,121); }
H1.HeaderClassName
{
color: #C0E279;
}
.AnyTagClassName
{
color: #C0E279;
}
</style>
background-color css
<style>
a { background-color: #C0E279; }
a { background-color: rgb(192,226,121); }
div.DivClassName
{
background-color: #C0E279;
}
.BgClassName
{
background-color: #C0E279;
}
</style>
border-color css
<style>
span { border-color: #C0E279; }
span { border-color: rgb(192,226,121); }
td.TdClassName
{
border-color: #C0E279;
}
.TagClassName
{
border-color: #C0E279;
}
</style>