Shades of Las Palmas #C8D334
Tints of Las Palmas #C8D334
RGB
CMYK
RGB Variations
Color information
#C8D334 (or 0xC8D334) is known color: Las Palmas. HEX triplet: C8, D3 and 34. RGB value is (200,211,52). Sum of RGB (Red+Green+Blue) = 200+211+52=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D334 is #372CCB. Grayscale: #BEBEBE. Windows color (decimal): -3615948 or 3462088. OLE color: 3462088.
HSL color Cylindrical-coordinate representation of color #C8D334: hue angle of 64.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8D334 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 52 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.17 |
| HSL | 64.15º | 0.64% | 0.52% | - |
| HSV(B) | 64.15º | 0.75% | 0.83% | - |
| XYZ | 47.73 | 59.12 | 12.14 | - |
| YUV | 189.59 | 50.36 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 52 | 0.05 | 0 | 0.75 | 0.17 | 64.15 | 0.64 | 0.52 |
| Hex | C8 | D3 | 34 | 5 | 0 | 4B | 11 | 40 | 40 | 34 |
| Octal | 310 | 323 | 64 | 5 | 0 | 113 | 21 | 100 | 100 | 64 |
| Binary | 11001000 | 11010011 | 110100 | 101 | 0 | 1001011 | 10001 | 1000000 | 1000000 | 110100 |
Color Harmonies of #C8D334
Complementary color
Monochromatic Colors of #C8D334
Black with #C8D334
Text Example
Text Example
White with #C8D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D334; }
p { color: rgb(200,211,52); }
H1.HeaderClassName
{
color: #C8D334;
}
.AnyTagClassName
{
color: #C8D334;
}
</style>
background-color css
<style>
a { background-color: #C8D334; }
a { background-color: rgb(200,211,52); }
div.DivClassName
{
background-color: #C8D334;
}
.BgClassName
{
background-color: #C8D334;
}
</style>
border-color css
<style>
span { border-color: #C8D334; }
span { border-color: rgb(200,211,52); }
td.TdClassName
{
border-color: #C8D334;
}
.TagClassName
{
border-color: #C8D334;
}
</style>