Shades of Las Palmas #C8D535
Tints of Las Palmas #C8D535
RGB
CMYK
RGB Variations
Color information
#C8D535 (or 0xC8D535) is known color: Las Palmas. HEX triplet: C8, D5 and 35. RGB value is (200,213,53). Sum of RGB (Red+Green+Blue) = 200+213+53=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D535 is #372ACA. Grayscale: #BFBFBF. Windows color (decimal): -3615435 or 3528136. OLE color: 3528136.
HSL color Cylindrical-coordinate representation of color #C8D535: hue angle of 64.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8D535 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 53 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.16 |
| HSL | 64.88º | 0.66% | 0.52% | - |
| HSV(B) | 64.88º | 0.75% | 0.84% | - |
| XYZ | 48.26 | 60.12 | 12.43 | - |
| YUV | 190.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 53 | 0.06 | 0 | 0.75 | 0.16 | 64.88 | 0.66 | 0.52 |
| Hex | C8 | D5 | 35 | 6 | 0 | 4B | 10 | 41 | 42 | 34 |
| Octal | 310 | 325 | 65 | 6 | 0 | 113 | 20 | 101 | 102 | 64 |
| Binary | 11001000 | 11010101 | 110101 | 110 | 0 | 1001011 | 10000 | 1000001 | 1000010 | 110100 |
Color Harmonies of #C8D535
Complementary color
Monochromatic Colors of #C8D535
Black with #C8D535
Text Example
Text Example
White with #C8D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D535; }
p { color: rgb(200,213,53); }
H1.HeaderClassName
{
color: #C8D535;
}
.AnyTagClassName
{
color: #C8D535;
}
</style>
background-color css
<style>
a { background-color: #C8D535; }
a { background-color: rgb(200,213,53); }
div.DivClassName
{
background-color: #C8D535;
}
.BgClassName
{
background-color: #C8D535;
}
</style>
border-color css
<style>
span { border-color: #C8D535; }
span { border-color: rgb(200,213,53); }
td.TdClassName
{
border-color: #C8D535;
}
.TagClassName
{
border-color: #C8D535;
}
</style>