Shades of Las Palmas #C0DC3D
Tints of Las Palmas #C0DC3D
RGB
CMYK
RGB Variations
Color information
#C0DC3D (or 0xC0DC3D) is known color: Las Palmas. HEX triplet: C0, DC and 3D. RGB value is (192,220,61). Sum of RGB (Red+Green+Blue) = 192+220+61=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DC3D is #3F23C2. Grayscale: #C2C2C2. Windows color (decimal): -4137923 or 4054208. OLE color: 4054208.
HSL color Cylindrical-coordinate representation of color #C0DC3D: hue angle of 70.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0DC3D is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 61 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.14 |
| HSL | 70.57º | 0.69% | 0.55% | - |
| HSV(B) | 70.57º | 0.72% | 0.86% | - |
| XYZ | 48.17 | 62.73 | 13.98 | - |
| YUV | 193.5 | 53.22 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 61 | 0.13 | 0 | 0.72 | 0.14 | 70.57 | 0.69 | 0.55 |
| Hex | C0 | DC | 3D | D | 0 | 48 | E | 47 | 45 | 37 |
| Octal | 300 | 334 | 75 | 15 | 0 | 110 | 16 | 107 | 105 | 67 |
| Binary | 11000000 | 11011100 | 111101 | 1101 | 0 | 1001000 | 1110 | 1000111 | 1000101 | 110111 |
Color Harmonies of #C0DC3D
Complementary color
Monochromatic Colors of #C0DC3D
Black with #C0DC3D
Text Example
Text Example
White with #C0DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC3D; }
p { color: rgb(192,220,61); }
H1.HeaderClassName
{
color: #C0DC3D;
}
.AnyTagClassName
{
color: #C0DC3D;
}
</style>
background-color css
<style>
a { background-color: #C0DC3D; }
a { background-color: rgb(192,220,61); }
div.DivClassName
{
background-color: #C0DC3D;
}
.BgClassName
{
background-color: #C0DC3D;
}
</style>
border-color css
<style>
span { border-color: #C0DC3D; }
span { border-color: rgb(192,220,61); }
td.TdClassName
{
border-color: #C0DC3D;
}
.TagClassName
{
border-color: #C0DC3D;
}
</style>