Shades of Sulu #C0DC75
Tints of Sulu #C0DC75
RGB
CMYK
RGB Variations
Color information
#C0DC75 (or 0xC0DC75) is known color: Sulu. HEX triplet: C0, DC and 75. RGB value is (192,220,117). Sum of RGB (Red+Green+Blue) = 192+220+117=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DC75 is #3F238A. Grayscale: #C8C8C8. Windows color (decimal): -4137867 or 7724224. OLE color: 7724224.
HSL color Cylindrical-coordinate representation of color #C0DC75: hue angle of 76.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0DC75 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 117 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.14 |
| HSL | 76.31º | 0.6% | 0.66% | - |
| HSV(B) | 76.31º | 0.47% | 0.86% | - |
| XYZ | 50.54 | 63.68 | 26.46 | - |
| YUV | 199.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 117 | 0.13 | 0 | 0.47 | 0.14 | 76.31 | 0.6 | 0.66 |
| Hex | C0 | DC | 75 | D | 0 | 2F | E | 4C | 3C | 42 |
| Octal | 300 | 334 | 165 | 15 | 0 | 57 | 16 | 114 | 74 | 102 |
| Binary | 11000000 | 11011100 | 1110101 | 1101 | 0 | 101111 | 1110 | 1001100 | 111100 | 1000010 |
Color Harmonies of #C0DC75
Complementary color
Monochromatic Colors of #C0DC75
Black with #C0DC75
Text Example
Text Example
White with #C0DC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC75; }
p { color: rgb(192,220,117); }
H1.HeaderClassName
{
color: #C0DC75;
}
.AnyTagClassName
{
color: #C0DC75;
}
</style>
background-color css
<style>
a { background-color: #C0DC75; }
a { background-color: rgb(192,220,117); }
div.DivClassName
{
background-color: #C0DC75;
}
.BgClassName
{
background-color: #C0DC75;
}
</style>
border-color css
<style>
span { border-color: #C0DC75; }
span { border-color: rgb(192,220,117); }
td.TdClassName
{
border-color: #C0DC75;
}
.TagClassName
{
border-color: #C0DC75;
}
</style>