Shades of Las Palmas #C0DA3D
Tints of Las Palmas #C0DA3D
RGB
CMYK
RGB Variations
Color information
#C0DA3D (or 0xC0DA3D) is known color: Las Palmas. HEX triplet: C0, DA and 3D. RGB value is (192,218,61). Sum of RGB (Red+Green+Blue) = 192+218+61=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DA3D is #3F25C2. Grayscale: #C0C0C0. Windows color (decimal): -4138435 or 4053696. OLE color: 4053696.
HSL color Cylindrical-coordinate representation of color #C0DA3D: hue angle of 69.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0DA3D is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 218 | 61 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.15 |
| HSL | 69.94º | 0.68% | 0.55% | - |
| HSV(B) | 69.94º | 0.72% | 0.85% | - |
| XYZ | 47.65 | 61.69 | 13.81 | - |
| YUV | 192.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 218 | 61 | 0.12 | 0 | 0.72 | 0.15 | 69.94 | 0.68 | 0.55 |
| Hex | C0 | DA | 3D | C | 0 | 48 | F | 46 | 44 | 37 |
| Octal | 300 | 332 | 75 | 14 | 0 | 110 | 17 | 106 | 104 | 67 |
| Binary | 11000000 | 11011010 | 111101 | 1100 | 0 | 1001000 | 1111 | 1000110 | 1000100 | 110111 |
Color Harmonies of #C0DA3D
Complementary color
Monochromatic Colors of #C0DA3D
Black with #C0DA3D
Text Example
Text Example
White with #C0DA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DA3D; }
p { color: rgb(192,218,61); }
H1.HeaderClassName
{
color: #C0DA3D;
}
.AnyTagClassName
{
color: #C0DA3D;
}
</style>
background-color css
<style>
a { background-color: #C0DA3D; }
a { background-color: rgb(192,218,61); }
div.DivClassName
{
background-color: #C0DA3D;
}
.BgClassName
{
background-color: #C0DA3D;
}
</style>
border-color css
<style>
span { border-color: #C0DA3D; }
span { border-color: rgb(192,218,61); }
td.TdClassName
{
border-color: #C0DA3D;
}
.TagClassName
{
border-color: #C0DA3D;
}
</style>