Shades of Las Palmas #C8D635
Tints of Las Palmas #C8D635
RGB
CMYK
RGB Variations
Color information
#C8D635 (or 0xC8D635) is known color: Las Palmas. HEX triplet: C8, D6 and 35. RGB value is (200,214,53). Sum of RGB (Red+Green+Blue) = 200+214+53=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D635 is #3729CA. Grayscale: #C0C0C0. Windows color (decimal): -3615179 or 3528392. OLE color: 3528392.
HSL color Cylindrical-coordinate representation of color #C8D635: hue angle of 65.22º 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 #C8D635 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 53 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.16 |
| HSL | 65.22º | 0.66% | 0.52% | - |
| HSV(B) | 65.22º | 0.75% | 0.84% | - |
| XYZ | 48.51 | 60.63 | 12.51 | - |
| YUV | 191.46 | 49.86 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 53 | 0.07 | 0 | 0.75 | 0.16 | 65.22 | 0.66 | 0.52 |
| Hex | C8 | D6 | 35 | 7 | 0 | 4B | 10 | 41 | 42 | 34 |
| Octal | 310 | 326 | 65 | 7 | 0 | 113 | 20 | 101 | 102 | 64 |
| Binary | 11001000 | 11010110 | 110101 | 111 | 0 | 1001011 | 10000 | 1000001 | 1000010 | 110100 |
Color Harmonies of #C8D635
Complementary color
Monochromatic Colors of #C8D635
Black with #C8D635
Text Example
Text Example
White with #C8D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D635; }
p { color: rgb(200,214,53); }
H1.HeaderClassName
{
color: #C8D635;
}
.AnyTagClassName
{
color: #C8D635;
}
</style>
background-color css
<style>
a { background-color: #C8D635; }
a { background-color: rgb(200,214,53); }
div.DivClassName
{
background-color: #C8D635;
}
.BgClassName
{
background-color: #C8D635;
}
</style>
border-color css
<style>
span { border-color: #C8D635; }
span { border-color: rgb(200,214,53); }
td.TdClassName
{
border-color: #C8D635;
}
.TagClassName
{
border-color: #C8D635;
}
</style>