Shades of Las Palmas #C4D645
Tints of Las Palmas #C4D645
RGB
CMYK
RGB Variations
Color information
#C4D645 (or 0xC4D645) is known color: Las Palmas. HEX triplet: C4, D6 and 45. RGB value is (196,214,69). Sum of RGB (Red+Green+Blue) = 196+214+69=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D645 is #3B29BA. Grayscale: #C0C0C0. Windows color (decimal): -3877307 or 4576964. OLE color: 4576964.
HSL color Cylindrical-coordinate representation of color #C4D645: hue angle of 67.45º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4D645 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 214 | 69 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.16 |
| HSL | 67.45º | 0.64% | 0.55% | - |
| HSV(B) | 67.45º | 0.68% | 0.84% | - |
| XYZ | 47.89 | 60.26 | 14.74 | - |
| YUV | 192.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 214 | 69 | 0.08 | 0 | 0.68 | 0.16 | 67.45 | 0.64 | 0.55 |
| Hex | C4 | D6 | 45 | 8 | 0 | 44 | 10 | 43 | 40 | 37 |
| Octal | 304 | 326 | 105 | 10 | 0 | 104 | 20 | 103 | 100 | 67 |
| Binary | 11000100 | 11010110 | 1000101 | 1000 | 0 | 1000100 | 10000 | 1000011 | 1000000 | 110111 |
Color Harmonies of #C4D645
Complementary color
Monochromatic Colors of #C4D645
Black with #C4D645
Text Example
Text Example
White with #C4D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D645; }
p { color: rgb(196,214,69); }
H1.HeaderClassName
{
color: #C4D645;
}
.AnyTagClassName
{
color: #C4D645;
}
</style>
background-color css
<style>
a { background-color: #C4D645; }
a { background-color: rgb(196,214,69); }
div.DivClassName
{
background-color: #C4D645;
}
.BgClassName
{
background-color: #C4D645;
}
</style>
border-color css
<style>
span { border-color: #C4D645; }
span { border-color: rgb(196,214,69); }
td.TdClassName
{
border-color: #C4D645;
}
.TagClassName
{
border-color: #C4D645;
}
</style>