Shades of Las Palmas #C4CE3D
Tints of Las Palmas #C4CE3D
RGB
CMYK
RGB Variations
Color information
#C4CE3D (or 0xC4CE3D) is known color: Las Palmas. HEX triplet: C4, CE and 3D. RGB value is (196,206,61). Sum of RGB (Red+Green+Blue) = 196+206+61=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE3D is #3B31C2. Grayscale: #BBBBBB. Windows color (decimal): -3879363 or 4050628. OLE color: 4050628.
HSL color Cylindrical-coordinate representation of color #C4CE3D: hue angle of 64.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4CE3D is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 61 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.19 |
| HSL | 64.14º | 0.6% | 0.52% | - |
| HSV(B) | 64.14º | 0.7% | 0.81% | - |
| XYZ | 45.68 | 56.22 | 12.86 | - |
| YUV | 186.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 61 | 0.05 | 0 | 0.70 | 0.19 | 64.14 | 0.6 | 0.52 |
| Hex | C4 | CE | 3D | 5 | 0 | 46 | 13 | 40 | 3C | 34 |
| Octal | 304 | 316 | 75 | 5 | 0 | 106 | 23 | 100 | 74 | 64 |
| Binary | 11000100 | 11001110 | 111101 | 101 | 0 | 1000110 | 10011 | 1000000 | 111100 | 110100 |
Color Harmonies of #C4CE3D
Complementary color
Monochromatic Colors of #C4CE3D
Black with #C4CE3D
Text Example
Text Example
White with #C4CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE3D; }
p { color: rgb(196,206,61); }
H1.HeaderClassName
{
color: #C4CE3D;
}
.AnyTagClassName
{
color: #C4CE3D;
}
</style>
background-color css
<style>
a { background-color: #C4CE3D; }
a { background-color: rgb(196,206,61); }
div.DivClassName
{
background-color: #C4CE3D;
}
.BgClassName
{
background-color: #C4CE3D;
}
</style>
border-color css
<style>
span { border-color: #C4CE3D; }
span { border-color: rgb(196,206,61); }
td.TdClassName
{
border-color: #C4CE3D;
}
.TagClassName
{
border-color: #C4CE3D;
}
</style>