Shades of Las Palmas #C8D135
Tints of Las Palmas #C8D135
RGB
CMYK
RGB Variations
Color information
#C8D135 (or 0xC8D135) is known color: Las Palmas. HEX triplet: C8, D1 and 35. RGB value is (200,209,53). Sum of RGB (Red+Green+Blue) = 200+209+53=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D135 is #372ECA. Grayscale: #BDBDBD. Windows color (decimal): -3616459 or 3527112. OLE color: 3527112.
HSL color Cylindrical-coordinate representation of color #C8D135: hue angle of 63.46º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8D135 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 53 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.18 |
| HSL | 63.46º | 0.63% | 0.51% | - |
| HSV(B) | 63.46º | 0.75% | 0.82% | - |
| XYZ | 47.26 | 58.14 | 12.1 | - |
| YUV | 188.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 53 | 0.04 | 0 | 0.75 | 0.18 | 63.46 | 0.63 | 0.51 |
| Hex | C8 | D1 | 35 | 4 | 0 | 4B | 12 | 3F | 3F | 33 |
| Octal | 310 | 321 | 65 | 4 | 0 | 113 | 22 | 77 | 77 | 63 |
| Binary | 11001000 | 11010001 | 110101 | 100 | 0 | 1001011 | 10010 | 111111 | 111111 | 110011 |
Color Harmonies of #C8D135
Complementary color
Monochromatic Colors of #C8D135
Black with #C8D135
Text Example
Text Example
White with #C8D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D135; }
p { color: rgb(200,209,53); }
H1.HeaderClassName
{
color: #C8D135;
}
.AnyTagClassName
{
color: #C8D135;
}
</style>
background-color css
<style>
a { background-color: #C8D135; }
a { background-color: rgb(200,209,53); }
div.DivClassName
{
background-color: #C8D135;
}
.BgClassName
{
background-color: #C8D135;
}
</style>
border-color css
<style>
span { border-color: #C8D135; }
span { border-color: rgb(200,209,53); }
td.TdClassName
{
border-color: #C8D135;
}
.TagClassName
{
border-color: #C8D135;
}
</style>