Shades of Las Palmas #C8CD3E
Tints of Las Palmas #C8CD3E
RGB
CMYK
RGB Variations
Color information
#C8CD3E (or 0xC8CD3E) is known color: Las Palmas. HEX triplet: C8, CD and 3E. RGB value is (200,205,62). Sum of RGB (Red+Green+Blue) = 200+205+62=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CD3E is #3732C1. Grayscale: #BBBBBB. Windows color (decimal): -3617474 or 4115912. OLE color: 4115912.
HSL color Cylindrical-coordinate representation of color #C8CD3E: hue angle of 62.1º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8CD3E is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 62 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.20 |
| HSL | 62.1º | 0.59% | 0.52% | - |
| HSV(B) | 62.1º | 0.7% | 0.8% | - |
| XYZ | 46.52 | 56.29 | 12.97 | - |
| YUV | 187.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 62 | 0.02 | 0 | 0.70 | 0.20 | 62.1 | 0.59 | 0.52 |
| Hex | C8 | CD | 3E | 2 | 0 | 46 | 14 | 3E | 3B | 34 |
| Octal | 310 | 315 | 76 | 2 | 0 | 106 | 24 | 76 | 73 | 64 |
| Binary | 11001000 | 11001101 | 111110 | 10 | 0 | 1000110 | 10100 | 111110 | 111011 | 110100 |
Color Harmonies of #C8CD3E
Complementary color
Monochromatic Colors of #C8CD3E
Black with #C8CD3E
Text Example
Text Example
White with #C8CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD3E; }
p { color: rgb(200,205,62); }
H1.HeaderClassName
{
color: #C8CD3E;
}
.AnyTagClassName
{
color: #C8CD3E;
}
</style>
background-color css
<style>
a { background-color: #C8CD3E; }
a { background-color: rgb(200,205,62); }
div.DivClassName
{
background-color: #C8CD3E;
}
.BgClassName
{
background-color: #C8CD3E;
}
</style>
border-color css
<style>
span { border-color: #C8CD3E; }
span { border-color: rgb(200,205,62); }
td.TdClassName
{
border-color: #C8CD3E;
}
.TagClassName
{
border-color: #C8CD3E;
}
</style>