Shades of Las Palmas #C8D041
Tints of Las Palmas #C8D041
RGB
CMYK
RGB Variations
Color information
#C8D041 (or 0xC8D041) is known color: Las Palmas. HEX triplet: C8, D0 and 41. RGB value is (200,208,65). Sum of RGB (Red+Green+Blue) = 200+208+65=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D041 is #372FBE. Grayscale: #BDBDBD. Windows color (decimal): -3616703 or 4313288. OLE color: 4313288.
HSL color Cylindrical-coordinate representation of color #C8D041: hue angle of 63.36º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8D041 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 65 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.18 |
| HSL | 63.36º | 0.6% | 0.54% | - |
| HSV(B) | 63.36º | 0.69% | 0.82% | - |
| XYZ | 47.33 | 57.77 | 13.66 | - |
| YUV | 189.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 65 | 0.04 | 0 | 0.69 | 0.18 | 63.36 | 0.6 | 0.54 |
| Hex | C8 | D0 | 41 | 4 | 0 | 45 | 12 | 3F | 3C | 36 |
| Octal | 310 | 320 | 101 | 4 | 0 | 105 | 22 | 77 | 74 | 66 |
| Binary | 11001000 | 11010000 | 1000001 | 100 | 0 | 1000101 | 10010 | 111111 | 111100 | 110110 |
Color Harmonies of #C8D041
Complementary color
Monochromatic Colors of #C8D041
Black with #C8D041
Text Example
Text Example
White with #C8D041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D041; }
p { color: rgb(200,208,65); }
H1.HeaderClassName
{
color: #C8D041;
}
.AnyTagClassName
{
color: #C8D041;
}
</style>
background-color css
<style>
a { background-color: #C8D041; }
a { background-color: rgb(200,208,65); }
div.DivClassName
{
background-color: #C8D041;
}
.BgClassName
{
background-color: #C8D041;
}
</style>
border-color css
<style>
span { border-color: #C8D041; }
span { border-color: rgb(200,208,65); }
td.TdClassName
{
border-color: #C8D041;
}
.TagClassName
{
border-color: #C8D041;
}
</style>