Shades of Las Palmas #C5CE3D
Tints of Las Palmas #C5CE3D
RGB
CMYK
RGB Variations
Color information
#C5CE3D (or 0xC5CE3D) is known color: Las Palmas. HEX triplet: C5, CE and 3D. RGB value is (197,206,61). Sum of RGB (Red+Green+Blue) = 197+206+61=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CE3D is #3A31C2. Grayscale: #BBBBBB. Windows color (decimal): -3813827 or 4050629. OLE color: 4050629.
HSL color Cylindrical-coordinate representation of color #C5CE3D: hue angle of 63.72º 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 #C5CE3D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 61 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.19 |
| HSL | 63.72º | 0.6% | 0.52% | - |
| HSV(B) | 63.72º | 0.7% | 0.81% | - |
| XYZ | 45.94 | 56.35 | 12.87 | - |
| YUV | 186.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 61 | 0.04 | 0 | 0.70 | 0.19 | 63.72 | 0.6 | 0.52 |
| Hex | C5 | CE | 3D | 4 | 0 | 46 | 13 | 40 | 3C | 34 |
| Octal | 305 | 316 | 75 | 4 | 0 | 106 | 23 | 100 | 74 | 64 |
| Binary | 11000101 | 11001110 | 111101 | 100 | 0 | 1000110 | 10011 | 1000000 | 111100 | 110100 |
Color Harmonies of #C5CE3D
Complementary color
Monochromatic Colors of #C5CE3D
Black with #C5CE3D
Text Example
Text Example
White with #C5CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE3D; }
p { color: rgb(197,206,61); }
H1.HeaderClassName
{
color: #C5CE3D;
}
.AnyTagClassName
{
color: #C5CE3D;
}
</style>
background-color css
<style>
a { background-color: #C5CE3D; }
a { background-color: rgb(197,206,61); }
div.DivClassName
{
background-color: #C5CE3D;
}
.BgClassName
{
background-color: #C5CE3D;
}
</style>
border-color css
<style>
span { border-color: #C5CE3D; }
span { border-color: rgb(197,206,61); }
td.TdClassName
{
border-color: #C5CE3D;
}
.TagClassName
{
border-color: #C5CE3D;
}
</style>