Shades of Las Palmas #C8E149
Tints of Las Palmas #C8E149
RGB
CMYK
RGB Variations
Color information
#C8E149 (or 0xC8E149) is known color: Las Palmas. HEX triplet: C8, E1 and 49. RGB value is (200,225,73). Sum of RGB (Red+Green+Blue) = 200+225+73=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E149 is #371EB6. Grayscale: #C8C8C8. Windows color (decimal): -3612343 or 4841928. OLE color: 4841928.
HSL color Cylindrical-coordinate representation of color #C8E149: hue angle of 69.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8E149 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 73 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.12 |
| HSL | 69.87º | 0.72% | 0.58% | - |
| HSV(B) | 69.87º | 0.68% | 0.88% | - |
| XYZ | 51.95 | 66.61 | 16.42 | - |
| YUV | 200.2 | 56.22 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 73 | 0.11 | 0 | 0.68 | 0.12 | 69.87 | 0.72 | 0.58 |
| Hex | C8 | E1 | 49 | B | 0 | 44 | C | 46 | 48 | 3A |
| Octal | 310 | 341 | 111 | 13 | 0 | 104 | 14 | 106 | 110 | 72 |
| Binary | 11001000 | 11100001 | 1001001 | 1011 | 0 | 1000100 | 1100 | 1000110 | 1001000 | 111010 |
Color Harmonies of #C8E149
Complementary color
Monochromatic Colors of #C8E149
Black with #C8E149
Text Example
Text Example
White with #C8E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E149; }
p { color: rgb(200,225,73); }
H1.HeaderClassName
{
color: #C8E149;
}
.AnyTagClassName
{
color: #C8E149;
}
</style>
background-color css
<style>
a { background-color: #C8E149; }
a { background-color: rgb(200,225,73); }
div.DivClassName
{
background-color: #C8E149;
}
.BgClassName
{
background-color: #C8E149;
}
</style>
border-color css
<style>
span { border-color: #C8E149; }
span { border-color: rgb(200,225,73); }
td.TdClassName
{
border-color: #C8E149;
}
.TagClassName
{
border-color: #C8E149;
}
</style>