Shades of Sulu #C0DA79
Tints of Sulu #C0DA79
RGB
CMYK
RGB Variations
Color information
#C0DA79 (or 0xC0DA79) is known color: Sulu. HEX triplet: C0, DA and 79. RGB value is (192,218,121). Sum of RGB (Red+Green+Blue) = 192+218+121=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA79 is #3F2586. Grayscale: #C7C7C7. Windows color (decimal): -4138375 or 7985856. OLE color: 7985856.
HSL color Cylindrical-coordinate representation of color #C0DA79: hue angle of 76.08º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0DA79 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 121 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.15 |
| HSL | 76.08º | 0.57% | 0.66% | - |
| HSV(B) | 76.08º | 0.44% | 0.85% | - |
| XYZ | 50.26 | 62.73 | 27.55 | - |
| YUV | 199.17 | 83.89 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 121 | 0.12 | 0 | 0.44 | 0.15 | 76.08 | 0.57 | 0.66 |
| Hex | C0 | DA | 79 | C | 0 | 2C | F | 4C | 39 | 42 |
| Octal | 300 | 332 | 171 | 14 | 0 | 54 | 17 | 114 | 71 | 102 |
| Binary | 11000000 | 11011010 | 1111001 | 1100 | 0 | 101100 | 1111 | 1001100 | 111001 | 1000010 |
Color Harmonies of #C0DA79
Complementary color
Monochromatic Colors of #C0DA79
Black with #C0DA79
Text Example
Text Example
White with #C0DA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA79; }
p { color: rgb(192,218,121); }
H1.HeaderClassName
{
color: #C0DA79;
}
.AnyTagClassName
{
color: #C0DA79;
}
</style>
background-color css
<style>
a { background-color: #C0DA79; }
a { background-color: rgb(192,218,121); }
div.DivClassName
{
background-color: #C0DA79;
}
.BgClassName
{
background-color: #C0DA79;
}
</style>
border-color css
<style>
span { border-color: #C0DA79; }
span { border-color: rgb(192,218,121); }
td.TdClassName
{
border-color: #C0DA79;
}
.TagClassName
{
border-color: #C0DA79;
}
</style>