Shades of Las Palmas #C2CD40
Tints of Las Palmas #C2CD40
RGB
CMYK
RGB Variations
Color information
#C2CD40 (or 0xC2CD40) is known color: Las Palmas. HEX triplet: C2, CD and 40. RGB value is (194,205,64). Sum of RGB (Red+Green+Blue) = 194+205+64=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD40 is #3D32BF. Grayscale: #BABABA. Windows color (decimal): -4010688 or 4246978. OLE color: 4246978.
HSL color Cylindrical-coordinate representation of color #C2CD40: hue angle of 64.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2CD40 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 64 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.20 |
| HSL | 64.68º | 0.59% | 0.53% | - |
| HSV(B) | 64.68º | 0.69% | 0.8% | - |
| XYZ | 45 | 55.5 | 13.19 | - |
| YUV | 185.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 64 | 0.05 | 0 | 0.69 | 0.20 | 64.68 | 0.59 | 0.53 |
| Hex | C2 | CD | 40 | 5 | 0 | 45 | 14 | 41 | 3B | 35 |
| Octal | 302 | 315 | 100 | 5 | 0 | 105 | 24 | 101 | 73 | 65 |
| Binary | 11000010 | 11001101 | 1000000 | 101 | 0 | 1000101 | 10100 | 1000001 | 111011 | 110101 |
Color Harmonies of #C2CD40
Complementary color
Monochromatic Colors of #C2CD40
Black with #C2CD40
Text Example
Text Example
White with #C2CD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD40; }
p { color: rgb(194,205,64); }
H1.HeaderClassName
{
color: #C2CD40;
}
.AnyTagClassName
{
color: #C2CD40;
}
</style>
background-color css
<style>
a { background-color: #C2CD40; }
a { background-color: rgb(194,205,64); }
div.DivClassName
{
background-color: #C2CD40;
}
.BgClassName
{
background-color: #C2CD40;
}
</style>
border-color css
<style>
span { border-color: #C2CD40; }
span { border-color: rgb(194,205,64); }
td.TdClassName
{
border-color: #C2CD40;
}
.TagClassName
{
border-color: #C2CD40;
}
</style>