Shades of Las Palmas #C2CD3A
Tints of Las Palmas #C2CD3A
RGB
CMYK
RGB Variations
Color information
#C2CD3A (or 0xC2CD3A) is known color: Las Palmas. HEX triplet: C2, CD and 3A. RGB value is (194,205,58). Sum of RGB (Red+Green+Blue) = 194+205+58=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 58 (23.05% from 255 or 12.69% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD3A is #3D32C5. Grayscale: #B9B9B9. Windows color (decimal): -4010694 or 3853762. OLE color: 3853762.
HSL color Cylindrical-coordinate representation of color #C2CD3A: hue angle of 64.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2CD3A is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 58 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.20 |
| HSL | 64.49º | 0.6% | 0.52% | - |
| HSV(B) | 64.49º | 0.72% | 0.8% | - |
| XYZ | 44.84 | 55.44 | 12.34 | - |
| YUV | 184.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 58 | 0.05 | 0 | 0.72 | 0.20 | 64.49 | 0.6 | 0.52 |
| Hex | C2 | CD | 3A | 5 | 0 | 48 | 14 | 40 | 3C | 34 |
| Octal | 302 | 315 | 72 | 5 | 0 | 110 | 24 | 100 | 74 | 64 |
| Binary | 11000010 | 11001101 | 111010 | 101 | 0 | 1001000 | 10100 | 1000000 | 111100 | 110100 |
Color Harmonies of #C2CD3A
Complementary color
Monochromatic Colors of #C2CD3A
Black with #C2CD3A
Text Example
Text Example
White with #C2CD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD3A; }
p { color: rgb(194,205,58); }
H1.HeaderClassName
{
color: #C2CD3A;
}
.AnyTagClassName
{
color: #C2CD3A;
}
</style>
background-color css
<style>
a { background-color: #C2CD3A; }
a { background-color: rgb(194,205,58); }
div.DivClassName
{
background-color: #C2CD3A;
}
.BgClassName
{
background-color: #C2CD3A;
}
</style>
border-color css
<style>
span { border-color: #C2CD3A; }
span { border-color: rgb(194,205,58); }
td.TdClassName
{
border-color: #C2CD3A;
}
.TagClassName
{
border-color: #C2CD3A;
}
</style>