Shades of Las Palmas #C2CD3E
Tints of Las Palmas #C2CD3E
RGB
CMYK
RGB Variations
Color information
#C2CD3E (or 0xC2CD3E) is known color: Las Palmas. HEX triplet: C2, CD and 3E. RGB value is (194,205,62). Sum of RGB (Red+Green+Blue) = 194+205+62=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD3E is #3D32C1. Grayscale: #B9B9B9. Windows color (decimal): -4010690 or 4115906. OLE color: 4115906.
HSL color Cylindrical-coordinate representation of color #C2CD3E: hue angle of 64.62º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2CD3E is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 62 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.20 |
| HSL | 64.62º | 0.59% | 0.52% | - |
| HSV(B) | 64.62º | 0.7% | 0.8% | - |
| XYZ | 44.95 | 55.48 | 12.9 | - |
| YUV | 185.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 62 | 0.05 | 0 | 0.70 | 0.20 | 64.62 | 0.59 | 0.52 |
| Hex | C2 | CD | 3E | 5 | 0 | 46 | 14 | 41 | 3B | 34 |
| Octal | 302 | 315 | 76 | 5 | 0 | 106 | 24 | 101 | 73 | 64 |
| Binary | 11000010 | 11001101 | 111110 | 101 | 0 | 1000110 | 10100 | 1000001 | 111011 | 110100 |
Color Harmonies of #C2CD3E
Complementary color
Monochromatic Colors of #C2CD3E
Black with #C2CD3E
Text Example
Text Example
White with #C2CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD3E; }
p { color: rgb(194,205,62); }
H1.HeaderClassName
{
color: #C2CD3E;
}
.AnyTagClassName
{
color: #C2CD3E;
}
</style>
background-color css
<style>
a { background-color: #C2CD3E; }
a { background-color: rgb(194,205,62); }
div.DivClassName
{
background-color: #C2CD3E;
}
.BgClassName
{
background-color: #C2CD3E;
}
</style>
border-color css
<style>
span { border-color: #C2CD3E; }
span { border-color: rgb(194,205,62); }
td.TdClassName
{
border-color: #C2CD3E;
}
.TagClassName
{
border-color: #C2CD3E;
}
</style>