Shades of Las Palmas #C2CA3F
Tints of Las Palmas #C2CA3F
RGB
CMYK
RGB Variations
Color information
#C2CA3F (or 0xC2CA3F) is known color: Las Palmas. HEX triplet: C2, CA and 3F. RGB value is (194,202,63). Sum of RGB (Red+Green+Blue) = 194+202+63=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA3F is #3D35C0. Grayscale: #B8B8B8. Windows color (decimal): -4011457 or 4180674. OLE color: 4180674.
HSL color Cylindrical-coordinate representation of color #C2CA3F: hue angle of 63.45º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2CA3F is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 63 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.21 |
| HSL | 63.45º | 0.57% | 0.52% | - |
| HSV(B) | 63.45º | 0.69% | 0.79% | - |
| XYZ | 44.27 | 54.07 | 12.81 | - |
| YUV | 183.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 63 | 0.04 | 0 | 0.69 | 0.21 | 63.45 | 0.57 | 0.52 |
| Hex | C2 | CA | 3F | 4 | 0 | 45 | 15 | 3F | 39 | 34 |
| Octal | 302 | 312 | 77 | 4 | 0 | 105 | 25 | 77 | 71 | 64 |
| Binary | 11000010 | 11001010 | 111111 | 100 | 0 | 1000101 | 10101 | 111111 | 111001 | 110100 |
Color Harmonies of #C2CA3F
Complementary color
Monochromatic Colors of #C2CA3F
Black with #C2CA3F
Text Example
Text Example
White with #C2CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA3F; }
p { color: rgb(194,202,63); }
H1.HeaderClassName
{
color: #C2CA3F;
}
.AnyTagClassName
{
color: #C2CA3F;
}
</style>
background-color css
<style>
a { background-color: #C2CA3F; }
a { background-color: rgb(194,202,63); }
div.DivClassName
{
background-color: #C2CA3F;
}
.BgClassName
{
background-color: #C2CA3F;
}
</style>
border-color css
<style>
span { border-color: #C2CA3F; }
span { border-color: rgb(194,202,63); }
td.TdClassName
{
border-color: #C2CA3F;
}
.TagClassName
{
border-color: #C2CA3F;
}
</style>