Shades of Las Palmas #C2CE3A
Tints of Las Palmas #C2CE3A
RGB
CMYK
RGB Variations
Color information
#C2CE3A (or 0xC2CE3A) is known color: Las Palmas. HEX triplet: C2, CE and 3A. RGB value is (194,206,58). Sum of RGB (Red+Green+Blue) = 194+206+58=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE3A is #3D31C5. Grayscale: #BABABA. Windows color (decimal): -4010438 or 3854018. OLE color: 3854018.
HSL color Cylindrical-coordinate representation of color #C2CE3A: hue angle of 64.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2CE3A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 58 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.19 |
| HSL | 64.86º | 0.6% | 0.52% | - |
| HSV(B) | 64.86º | 0.72% | 0.81% | - |
| XYZ | 45.08 | 55.92 | 12.42 | - |
| YUV | 185.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 58 | 0.06 | 0 | 0.72 | 0.19 | 64.86 | 0.6 | 0.52 |
| Hex | C2 | CE | 3A | 6 | 0 | 48 | 13 | 41 | 3C | 34 |
| Octal | 302 | 316 | 72 | 6 | 0 | 110 | 23 | 101 | 74 | 64 |
| Binary | 11000010 | 11001110 | 111010 | 110 | 0 | 1001000 | 10011 | 1000001 | 111100 | 110100 |
Color Harmonies of #C2CE3A
Complementary color
Monochromatic Colors of #C2CE3A
Black with #C2CE3A
Text Example
Text Example
White with #C2CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE3A; }
p { color: rgb(194,206,58); }
H1.HeaderClassName
{
color: #C2CE3A;
}
.AnyTagClassName
{
color: #C2CE3A;
}
</style>
background-color css
<style>
a { background-color: #C2CE3A; }
a { background-color: rgb(194,206,58); }
div.DivClassName
{
background-color: #C2CE3A;
}
.BgClassName
{
background-color: #C2CE3A;
}
</style>
border-color css
<style>
span { border-color: #C2CE3A; }
span { border-color: rgb(194,206,58); }
td.TdClassName
{
border-color: #C2CE3A;
}
.TagClassName
{
border-color: #C2CE3A;
}
</style>