Shades of Sulu #C0DC8C
Tints of Sulu #C0DC8C
RGB
CMYK
RGB Variations
Color information
#C0DC8C (or 0xC0DC8C) is known color: Sulu. HEX triplet: C0, DC and 8C. RGB value is (192,220,140). Sum of RGB (Red+Green+Blue) = 192+220+140=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DC8C is #3F2373. Grayscale: #CACACA. Windows color (decimal): -4137844 or 9231552. OLE color: 9231552.
HSL color Cylindrical-coordinate representation of color #C0DC8C: hue angle of 81º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0DC8C is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 140 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.14 |
| HSL | 81º | 0.53% | 0.71% | - |
| HSV(B) | 81º | 0.36% | 0.86% | - |
| XYZ | 52.07 | 64.29 | 34.48 | - |
| YUV | 202.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 140 | 0.13 | 0 | 0.36 | 0.14 | 81 | 0.53 | 0.71 |
| Hex | C0 | DC | 8C | D | 0 | 24 | E | 51 | 35 | 47 |
| Octal | 300 | 334 | 214 | 15 | 0 | 44 | 16 | 121 | 65 | 107 |
| Binary | 11000000 | 11011100 | 10001100 | 1101 | 0 | 100100 | 1110 | 1010001 | 110101 | 1000111 |
Color Harmonies of #C0DC8C
Complementary color
Monochromatic Colors of #C0DC8C
Black with #C0DC8C
Text Example
Text Example
White with #C0DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC8C; }
p { color: rgb(192,220,140); }
H1.HeaderClassName
{
color: #C0DC8C;
}
.AnyTagClassName
{
color: #C0DC8C;
}
</style>
background-color css
<style>
a { background-color: #C0DC8C; }
a { background-color: rgb(192,220,140); }
div.DivClassName
{
background-color: #C0DC8C;
}
.BgClassName
{
background-color: #C0DC8C;
}
</style>
border-color css
<style>
span { border-color: #C0DC8C; }
span { border-color: rgb(192,220,140); }
td.TdClassName
{
border-color: #C0DC8C;
}
.TagClassName
{
border-color: #C0DC8C;
}
</style>