Shades of Las Palmas #C8D040
Tints of Las Palmas #C8D040
RGB
CMYK
RGB Variations
Color information
#C8D040 (or 0xC8D040) is known color: Las Palmas. HEX triplet: C8, D0 and 40. RGB value is (200,208,64). Sum of RGB (Red+Green+Blue) = 200+208+64=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D040 is #372FBF. Grayscale: #BDBDBD. Windows color (decimal): -3616704 or 4247752. OLE color: 4247752.
HSL color Cylindrical-coordinate representation of color #C8D040: hue angle of 63.33º 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 #C8D040 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 64 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.18 |
| HSL | 63.33º | 0.61% | 0.53% | - |
| HSV(B) | 63.33º | 0.69% | 0.82% | - |
| XYZ | 47.3 | 57.76 | 13.51 | - |
| YUV | 189.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 64 | 0.04 | 0 | 0.69 | 0.18 | 63.33 | 0.61 | 0.53 |
| Hex | C8 | D0 | 40 | 4 | 0 | 45 | 12 | 3F | 3D | 35 |
| Octal | 310 | 320 | 100 | 4 | 0 | 105 | 22 | 77 | 75 | 65 |
| Binary | 11001000 | 11010000 | 1000000 | 100 | 0 | 1000101 | 10010 | 111111 | 111101 | 110101 |
Color Harmonies of #C8D040
Complementary color
Monochromatic Colors of #C8D040
Black with #C8D040
Text Example
Text Example
White with #C8D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D040; }
p { color: rgb(200,208,64); }
H1.HeaderClassName
{
color: #C8D040;
}
.AnyTagClassName
{
color: #C8D040;
}
</style>
background-color css
<style>
a { background-color: #C8D040; }
a { background-color: rgb(200,208,64); }
div.DivClassName
{
background-color: #C8D040;
}
.BgClassName
{
background-color: #C8D040;
}
</style>
border-color css
<style>
span { border-color: #C8D040; }
span { border-color: rgb(200,208,64); }
td.TdClassName
{
border-color: #C8D040;
}
.TagClassName
{
border-color: #C8D040;
}
</style>