Shades of Sulu #C0DC73
Tints of Sulu #C0DC73
RGB
CMYK
RGB Variations
Color information
#C0DC73 (or 0xC0DC73) is known color: Sulu. HEX triplet: C0, DC and 73. RGB value is (192,220,115). Sum of RGB (Red+Green+Blue) = 192+220+115=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC73 is #3F238C. Grayscale: #C8C8C8. Windows color (decimal): -4137869 or 7593152. OLE color: 7593152.
HSL color Cylindrical-coordinate representation of color #C0DC73: hue angle of 76º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0DC73 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 115 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.14 |
| HSL | 76º | 0.6% | 0.66% | - |
| HSV(B) | 76º | 0.48% | 0.86% | - |
| XYZ | 50.43 | 63.63 | 25.84 | - |
| YUV | 199.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 115 | 0.13 | 0 | 0.48 | 0.14 | 76 | 0.6 | 0.66 |
| Hex | C0 | DC | 73 | D | 0 | 30 | E | 4C | 3C | 42 |
| Octal | 300 | 334 | 163 | 15 | 0 | 60 | 16 | 114 | 74 | 102 |
| Binary | 11000000 | 11011100 | 1110011 | 1101 | 0 | 110000 | 1110 | 1001100 | 111100 | 1000010 |
Color Harmonies of #C0DC73
Complementary color
Monochromatic Colors of #C0DC73
Black with #C0DC73
Text Example
Text Example
White with #C0DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC73; }
p { color: rgb(192,220,115); }
H1.HeaderClassName
{
color: #C0DC73;
}
.AnyTagClassName
{
color: #C0DC73;
}
</style>
background-color css
<style>
a { background-color: #C0DC73; }
a { background-color: rgb(192,220,115); }
div.DivClassName
{
background-color: #C0DC73;
}
.BgClassName
{
background-color: #C0DC73;
}
</style>
border-color css
<style>
span { border-color: #C0DC73; }
span { border-color: rgb(192,220,115); }
td.TdClassName
{
border-color: #C0DC73;
}
.TagClassName
{
border-color: #C0DC73;
}
</style>