Shades of Las Palmas #C4D040
Tints of Las Palmas #C4D040
RGB
CMYK
RGB Variations
Color information
#C4D040 (or 0xC4D040) is known color: Las Palmas. HEX triplet: C4, D0 and 40. RGB value is (196,208,64). Sum of RGB (Red+Green+Blue) = 196+208+64=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D040 is #3B2FBF. Grayscale: #BCBCBC. Windows color (decimal): -3878848 or 4247748. OLE color: 4247748.
HSL color Cylindrical-coordinate representation of color #C4D040: hue angle of 65º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4D040 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 64 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.18 |
| HSL | 65º | 0.61% | 0.53% | - |
| HSV(B) | 65º | 0.69% | 0.82% | - |
| XYZ | 46.25 | 57.22 | 13.46 | - |
| YUV | 188 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 64 | 0.06 | 0 | 0.69 | 0.18 | 65 | 0.61 | 0.53 |
| Hex | C4 | D0 | 40 | 6 | 0 | 45 | 12 | 41 | 3D | 35 |
| Octal | 304 | 320 | 100 | 6 | 0 | 105 | 22 | 101 | 75 | 65 |
| Binary | 11000100 | 11010000 | 1000000 | 110 | 0 | 1000101 | 10010 | 1000001 | 111101 | 110101 |
Color Harmonies of #C4D040
Complementary color
Monochromatic Colors of #C4D040
Black with #C4D040
Text Example
Text Example
White with #C4D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D040; }
p { color: rgb(196,208,64); }
H1.HeaderClassName
{
color: #C4D040;
}
.AnyTagClassName
{
color: #C4D040;
}
</style>
background-color css
<style>
a { background-color: #C4D040; }
a { background-color: rgb(196,208,64); }
div.DivClassName
{
background-color: #C4D040;
}
.BgClassName
{
background-color: #C4D040;
}
</style>
border-color css
<style>
span { border-color: #C4D040; }
span { border-color: rgb(196,208,64); }
td.TdClassName
{
border-color: #C4D040;
}
.TagClassName
{
border-color: #C4D040;
}
</style>