Shades of Sulu #C0DD7C
Tints of Sulu #C0DD7C
RGB
CMYK
RGB Variations
Color information
#C0DD7C (or 0xC0DD7C) is known color: Sulu. HEX triplet: C0, DD and 7C. RGB value is (192,221,124). Sum of RGB (Red+Green+Blue) = 192+221+124=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD7C is #3F2283. Grayscale: #C9C9C9. Windows color (decimal): -4137604 or 8183232. OLE color: 8183232.
HSL color Cylindrical-coordinate representation of color #C0DD7C: hue angle of 77.94º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0DD7C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 124 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.13 |
| HSL | 77.94º | 0.59% | 0.68% | - |
| HSV(B) | 77.94º | 0.44% | 0.87% | - |
| XYZ | 51.23 | 64.37 | 28.79 | - |
| YUV | 201.27 | 84.39 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 124 | 0.13 | 0 | 0.44 | 0.13 | 77.94 | 0.59 | 0.68 |
| Hex | C0 | DD | 7C | D | 0 | 2C | D | 4E | 3B | 44 |
| Octal | 300 | 335 | 174 | 15 | 0 | 54 | 15 | 116 | 73 | 104 |
| Binary | 11000000 | 11011101 | 1111100 | 1101 | 0 | 101100 | 1101 | 1001110 | 111011 | 1000100 |
Color Harmonies of #C0DD7C
Complementary color
Monochromatic Colors of #C0DD7C
Black with #C0DD7C
Text Example
Text Example
White with #C0DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD7C; }
p { color: rgb(192,221,124); }
H1.HeaderClassName
{
color: #C0DD7C;
}
.AnyTagClassName
{
color: #C0DD7C;
}
</style>
background-color css
<style>
a { background-color: #C0DD7C; }
a { background-color: rgb(192,221,124); }
div.DivClassName
{
background-color: #C0DD7C;
}
.BgClassName
{
background-color: #C0DD7C;
}
</style>
border-color css
<style>
span { border-color: #C0DD7C; }
span { border-color: rgb(192,221,124); }
td.TdClassName
{
border-color: #C0DD7C;
}
.TagClassName
{
border-color: #C0DD7C;
}
</style>