Shades of Las Palmas #C8D13C
Tints of Las Palmas #C8D13C
RGB
CMYK
RGB Variations
Color information
#C8D13C (or 0xC8D13C) is known color: Las Palmas. HEX triplet: C8, D1 and 3C. RGB value is (200,209,60). Sum of RGB (Red+Green+Blue) = 200+209+60=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D13C is #372EC3. Grayscale: #BDBDBD. Windows color (decimal): -3616452 or 3985864. OLE color: 3985864.
HSL color Cylindrical-coordinate representation of color #C8D13C: hue angle of 63.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8D13C is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 60 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.18 |
| HSL | 63.62º | 0.62% | 0.53% | - |
| HSV(B) | 63.62º | 0.71% | 0.82% | - |
| XYZ | 47.44 | 58.21 | 13.01 | - |
| YUV | 189.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 60 | 0.04 | 0 | 0.71 | 0.18 | 63.62 | 0.62 | 0.53 |
| Hex | C8 | D1 | 3C | 4 | 0 | 47 | 12 | 40 | 3E | 35 |
| Octal | 310 | 321 | 74 | 4 | 0 | 107 | 22 | 100 | 76 | 65 |
| Binary | 11001000 | 11010001 | 111100 | 100 | 0 | 1000111 | 10010 | 1000000 | 111110 | 110101 |
Color Harmonies of #C8D13C
Complementary color
Monochromatic Colors of #C8D13C
Black with #C8D13C
Text Example
Text Example
White with #C8D13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D13C; }
p { color: rgb(200,209,60); }
H1.HeaderClassName
{
color: #C8D13C;
}
.AnyTagClassName
{
color: #C8D13C;
}
</style>
background-color css
<style>
a { background-color: #C8D13C; }
a { background-color: rgb(200,209,60); }
div.DivClassName
{
background-color: #C8D13C;
}
.BgClassName
{
background-color: #C8D13C;
}
</style>
border-color css
<style>
span { border-color: #C8D13C; }
span { border-color: rgb(200,209,60); }
td.TdClassName
{
border-color: #C8D13C;
}
.TagClassName
{
border-color: #C8D13C;
}
</style>