Shades of Las Palmas #C8CE3D
Tints of Las Palmas #C8CE3D
RGB
CMYK
RGB Variations
Color information
#C8CE3D (or 0xC8CE3D) is known color: Las Palmas. HEX triplet: C8, CE and 3D. RGB value is (200,206,61). Sum of RGB (Red+Green+Blue) = 200+206+61=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CE3D is #3731C2. Grayscale: #BCBCBC. Windows color (decimal): -3617219 or 4050632. OLE color: 4050632.
HSL color Cylindrical-coordinate representation of color #C8CE3D: hue angle of 62.48º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8CE3D is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 61 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.19 |
| HSL | 62.48º | 0.6% | 0.52% | - |
| HSV(B) | 62.48º | 0.7% | 0.81% | - |
| XYZ | 46.73 | 56.76 | 12.91 | - |
| YUV | 187.68 | 56.51 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 61 | 0.03 | 0 | 0.70 | 0.19 | 62.48 | 0.6 | 0.52 |
| Hex | C8 | CE | 3D | 3 | 0 | 46 | 13 | 3E | 3C | 34 |
| Octal | 310 | 316 | 75 | 3 | 0 | 106 | 23 | 76 | 74 | 64 |
| Binary | 11001000 | 11001110 | 111101 | 11 | 0 | 1000110 | 10011 | 111110 | 111100 | 110100 |
Color Harmonies of #C8CE3D
Complementary color
Monochromatic Colors of #C8CE3D
Black with #C8CE3D
Text Example
Text Example
White with #C8CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CE3D; }
p { color: rgb(200,206,61); }
H1.HeaderClassName
{
color: #C8CE3D;
}
.AnyTagClassName
{
color: #C8CE3D;
}
</style>
background-color css
<style>
a { background-color: #C8CE3D; }
a { background-color: rgb(200,206,61); }
div.DivClassName
{
background-color: #C8CE3D;
}
.BgClassName
{
background-color: #C8CE3D;
}
</style>
border-color css
<style>
span { border-color: #C8CE3D; }
span { border-color: rgb(200,206,61); }
td.TdClassName
{
border-color: #C8CE3D;
}
.TagClassName
{
border-color: #C8CE3D;
}
</style>