Shades of Las Palmas #C8D33A
Tints of Las Palmas #C8D33A
RGB
CMYK
RGB Variations
Color information
#C8D33A (or 0xC8D33A) is known color: Las Palmas. HEX triplet: C8, D3 and 3A. RGB value is (200,211,58). Sum of RGB (Red+Green+Blue) = 200+211+58=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D33A is #372CC5. Grayscale: #BEBEBE. Windows color (decimal): -3615942 or 3855304. OLE color: 3855304.
HSL color Cylindrical-coordinate representation of color #C8D33A: hue angle of 64.31º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8D33A is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 58 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.17 |
| HSL | 64.31º | 0.63% | 0.53% | - |
| HSV(B) | 64.31º | 0.73% | 0.83% | - |
| XYZ | 47.88 | 59.17 | 12.9 | - |
| YUV | 190.27 | 53.36 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 58 | 0.05 | 0 | 0.73 | 0.17 | 64.31 | 0.63 | 0.53 |
| Hex | C8 | D3 | 3A | 5 | 0 | 49 | 11 | 40 | 3F | 35 |
| Octal | 310 | 323 | 72 | 5 | 0 | 111 | 21 | 100 | 77 | 65 |
| Binary | 11001000 | 11010011 | 111010 | 101 | 0 | 1001001 | 10001 | 1000000 | 111111 | 110101 |
Color Harmonies of #C8D33A
Complementary color
Monochromatic Colors of #C8D33A
Black with #C8D33A
Text Example
Text Example
White with #C8D33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D33A; }
p { color: rgb(200,211,58); }
H1.HeaderClassName
{
color: #C8D33A;
}
.AnyTagClassName
{
color: #C8D33A;
}
</style>
background-color css
<style>
a { background-color: #C8D33A; }
a { background-color: rgb(200,211,58); }
div.DivClassName
{
background-color: #C8D33A;
}
.BgClassName
{
background-color: #C8D33A;
}
</style>
border-color css
<style>
span { border-color: #C8D33A; }
span { border-color: rgb(200,211,58); }
td.TdClassName
{
border-color: #C8D33A;
}
.TagClassName
{
border-color: #C8D33A;
}
</style>