Shades of Las Palmas #C2DA3C
Tints of Las Palmas #C2DA3C
RGB
CMYK
RGB Variations
Color information
#C2DA3C (or 0xC2DA3C) is known color: Las Palmas. HEX triplet: C2, DA and 3C. RGB value is (194,218,60). Sum of RGB (Red+Green+Blue) = 194+218+60=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA3C is #3D25C3. Grayscale: #C1C1C1. Windows color (decimal): -4007364 or 3988162. OLE color: 3988162.
HSL color Cylindrical-coordinate representation of color #C2DA3C: hue angle of 69.11º 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 #C2DA3C is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 60 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.15 |
| HSL | 69.11º | 0.68% | 0.55% | - |
| HSV(B) | 69.11º | 0.72% | 0.85% | - |
| XYZ | 48.14 | 61.94 | 13.69 | - |
| YUV | 192.81 | 53.05 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 60 | 0.11 | 0 | 0.72 | 0.15 | 69.11 | 0.68 | 0.55 |
| Hex | C2 | DA | 3C | B | 0 | 48 | F | 45 | 44 | 37 |
| Octal | 302 | 332 | 74 | 13 | 0 | 110 | 17 | 105 | 104 | 67 |
| Binary | 11000010 | 11011010 | 111100 | 1011 | 0 | 1001000 | 1111 | 1000101 | 1000100 | 110111 |
Color Harmonies of #C2DA3C
Complementary color
Monochromatic Colors of #C2DA3C
Black with #C2DA3C
Text Example
Text Example
White with #C2DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA3C; }
p { color: rgb(194,218,60); }
H1.HeaderClassName
{
color: #C2DA3C;
}
.AnyTagClassName
{
color: #C2DA3C;
}
</style>
background-color css
<style>
a { background-color: #C2DA3C; }
a { background-color: rgb(194,218,60); }
div.DivClassName
{
background-color: #C2DA3C;
}
.BgClassName
{
background-color: #C2DA3C;
}
</style>
border-color css
<style>
span { border-color: #C2DA3C; }
span { border-color: rgb(194,218,60); }
td.TdClassName
{
border-color: #C2DA3C;
}
.TagClassName
{
border-color: #C2DA3C;
}
</style>