Shades of Las Palmas #C4CD3E
Tints of Las Palmas #C4CD3E
RGB
CMYK
RGB Variations
Color information
#C4CD3E (or 0xC4CD3E) is known color: Las Palmas. HEX triplet: C4, CD and 3E. RGB value is (196,205,62). Sum of RGB (Red+Green+Blue) = 196+205+62=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD3E is #3B32C1. Grayscale: #BABABA. Windows color (decimal): -3879618 or 4115908. OLE color: 4115908.
HSL color Cylindrical-coordinate representation of color #C4CD3E: hue angle of 63.78º 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 #C4CD3E is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 205 | 62 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.20 |
| HSL | 63.78º | 0.59% | 0.52% | - |
| HSV(B) | 63.78º | 0.7% | 0.8% | - |
| XYZ | 45.47 | 55.75 | 12.92 | - |
| YUV | 186.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 62 | 0.04 | 0 | 0.70 | 0.20 | 63.78 | 0.59 | 0.52 |
| Hex | C4 | CD | 3E | 4 | 0 | 46 | 14 | 40 | 3B | 34 |
| Octal | 304 | 315 | 76 | 4 | 0 | 106 | 24 | 100 | 73 | 64 |
| Binary | 11000100 | 11001101 | 111110 | 100 | 0 | 1000110 | 10100 | 1000000 | 111011 | 110100 |
Color Harmonies of #C4CD3E
Complementary color
Monochromatic Colors of #C4CD3E
Black with #C4CD3E
Text Example
Text Example
White with #C4CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CD3E; }
p { color: rgb(196,205,62); }
H1.HeaderClassName
{
color: #C4CD3E;
}
.AnyTagClassName
{
color: #C4CD3E;
}
</style>
background-color css
<style>
a { background-color: #C4CD3E; }
a { background-color: rgb(196,205,62); }
div.DivClassName
{
background-color: #C4CD3E;
}
.BgClassName
{
background-color: #C4CD3E;
}
</style>
border-color css
<style>
span { border-color: #C4CD3E; }
span { border-color: rgb(196,205,62); }
td.TdClassName
{
border-color: #C4CD3E;
}
.TagClassName
{
border-color: #C4CD3E;
}
</style>