Shades of Las Palmas #C2CA3C
Tints of Las Palmas #C2CA3C
RGB
CMYK
RGB Variations
Color information
#C2CA3C (or 0xC2CA3C) is known color: Las Palmas. HEX triplet: C2, CA and 3C. RGB value is (194,202,60). Sum of RGB (Red+Green+Blue) = 194+202+60=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA3C is #3D35C3. Grayscale: #B7B7B7. Windows color (decimal): -4011460 or 3984066. OLE color: 3984066.
HSL color Cylindrical-coordinate representation of color #C2CA3C: hue angle of 63.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2CA3C is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 60 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.21 |
| HSL | 63.38º | 0.57% | 0.51% | - |
| HSV(B) | 63.38º | 0.7% | 0.79% | - |
| XYZ | 44.18 | 54.04 | 12.38 | - |
| YUV | 183.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 60 | 0.04 | 0 | 0.70 | 0.21 | 63.38 | 0.57 | 0.51 |
| Hex | C2 | CA | 3C | 4 | 0 | 46 | 15 | 3F | 39 | 33 |
| Octal | 302 | 312 | 74 | 4 | 0 | 106 | 25 | 77 | 71 | 63 |
| Binary | 11000010 | 11001010 | 111100 | 100 | 0 | 1000110 | 10101 | 111111 | 111001 | 110011 |
Color Harmonies of #C2CA3C
Complementary color
Monochromatic Colors of #C2CA3C
Black with #C2CA3C
Text Example
Text Example
White with #C2CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA3C; }
p { color: rgb(194,202,60); }
H1.HeaderClassName
{
color: #C2CA3C;
}
.AnyTagClassName
{
color: #C2CA3C;
}
</style>
background-color css
<style>
a { background-color: #C2CA3C; }
a { background-color: rgb(194,202,60); }
div.DivClassName
{
background-color: #C2CA3C;
}
.BgClassName
{
background-color: #C2CA3C;
}
</style>
border-color css
<style>
span { border-color: #C2CA3C; }
span { border-color: rgb(194,202,60); }
td.TdClassName
{
border-color: #C2CA3C;
}
.TagClassName
{
border-color: #C2CA3C;
}
</style>