Shades of Las Palmas #C4D145
Tints of Las Palmas #C4D145
RGB
CMYK
RGB Variations
Color information
#C4D145 (or 0xC4D145) is known color: Las Palmas. HEX triplet: C4, D1 and 45. RGB value is (196,209,69). Sum of RGB (Red+Green+Blue) = 196+209+69=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D145 is #3B2EBA. Grayscale: #BDBDBD. Windows color (decimal): -3878587 or 4575684. OLE color: 4575684.
HSL color Cylindrical-coordinate representation of color #C4D145: hue angle of 65.57º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4D145 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 69 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.18 |
| HSL | 65.57º | 0.6% | 0.55% | - |
| HSV(B) | 65.57º | 0.67% | 0.82% | - |
| XYZ | 46.64 | 57.77 | 14.32 | - |
| YUV | 189.15 | 60.19 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 69 | 0.06 | 0 | 0.67 | 0.18 | 65.57 | 0.6 | 0.55 |
| Hex | C4 | D1 | 45 | 6 | 0 | 43 | 12 | 42 | 3C | 37 |
| Octal | 304 | 321 | 105 | 6 | 0 | 103 | 22 | 102 | 74 | 67 |
| Binary | 11000100 | 11010001 | 1000101 | 110 | 0 | 1000011 | 10010 | 1000010 | 111100 | 110111 |
Color Harmonies of #C4D145
Complementary color
Monochromatic Colors of #C4D145
Black with #C4D145
Text Example
Text Example
White with #C4D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D145; }
p { color: rgb(196,209,69); }
H1.HeaderClassName
{
color: #C4D145;
}
.AnyTagClassName
{
color: #C4D145;
}
</style>
background-color css
<style>
a { background-color: #C4D145; }
a { background-color: rgb(196,209,69); }
div.DivClassName
{
background-color: #C4D145;
}
.BgClassName
{
background-color: #C4D145;
}
</style>
border-color css
<style>
span { border-color: #C4D145; }
span { border-color: rgb(196,209,69); }
td.TdClassName
{
border-color: #C4D145;
}
.TagClassName
{
border-color: #C4D145;
}
</style>