Shades of Sulu #C0DA75
Tints of Sulu #C0DA75
RGB
CMYK
RGB Variations
Color information
#C0DA75 (or 0xC0DA75) is known color: Sulu. HEX triplet: C0, DA and 75. RGB value is (192,218,117). Sum of RGB (Red+Green+Blue) = 192+218+117=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DA75 is #3F258A. Grayscale: #C7C7C7. Windows color (decimal): -4138379 or 7723712. OLE color: 7723712.
HSL color Cylindrical-coordinate representation of color #C0DA75: hue angle of 75.45º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0DA75 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 117 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.15 |
| HSL | 75.45º | 0.58% | 0.66% | - |
| HSV(B) | 75.45º | 0.46% | 0.85% | - |
| XYZ | 50.02 | 62.63 | 26.28 | - |
| YUV | 198.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 117 | 0.12 | 0 | 0.46 | 0.15 | 75.45 | 0.58 | 0.66 |
| Hex | C0 | DA | 75 | C | 0 | 2E | F | 4B | 3A | 42 |
| Octal | 300 | 332 | 165 | 14 | 0 | 56 | 17 | 113 | 72 | 102 |
| Binary | 11000000 | 11011010 | 1110101 | 1100 | 0 | 101110 | 1111 | 1001011 | 111010 | 1000010 |
Color Harmonies of #C0DA75
Complementary color
Monochromatic Colors of #C0DA75
Black with #C0DA75
Text Example
Text Example
White with #C0DA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA75; }
p { color: rgb(192,218,117); }
H1.HeaderClassName
{
color: #C0DA75;
}
.AnyTagClassName
{
color: #C0DA75;
}
</style>
background-color css
<style>
a { background-color: #C0DA75; }
a { background-color: rgb(192,218,117); }
div.DivClassName
{
background-color: #C0DA75;
}
.BgClassName
{
background-color: #C0DA75;
}
</style>
border-color css
<style>
span { border-color: #C0DA75; }
span { border-color: rgb(192,218,117); }
td.TdClassName
{
border-color: #C0DA75;
}
.TagClassName
{
border-color: #C0DA75;
}
</style>