Shades of Las Palmas #C8E131
Tints of Las Palmas #C8E131
RGB
CMYK
RGB Variations
Color information
#C8E131 (or 0xC8E131) is known color: Las Palmas. HEX triplet: C8, E1 and 31. RGB value is (200,225,49). Sum of RGB (Red+Green+Blue) = 200+225+49=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E131 is #371ECE. Grayscale: #C6C6C6. Windows color (decimal): -3612367 or 3269064. OLE color: 3269064.
HSL color Cylindrical-coordinate representation of color #C8E131: hue angle of 68.52º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8E131 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 49 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.12 |
| HSL | 68.52º | 0.75% | 0.54% | - |
| HSV(B) | 68.52º | 0.78% | 0.88% | - |
| XYZ | 51.3 | 66.35 | 13.01 | - |
| YUV | 197.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 49 | 0.11 | 0 | 0.78 | 0.12 | 68.52 | 0.75 | 0.54 |
| Hex | C8 | E1 | 31 | B | 0 | 4E | C | 45 | 4B | 36 |
| Octal | 310 | 341 | 61 | 13 | 0 | 116 | 14 | 105 | 113 | 66 |
| Binary | 11001000 | 11100001 | 110001 | 1011 | 0 | 1001110 | 1100 | 1000101 | 1001011 | 110110 |
Color Harmonies of #C8E131
Complementary color
Monochromatic Colors of #C8E131
Black with #C8E131
Text Example
Text Example
White with #C8E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E131; }
p { color: rgb(200,225,49); }
H1.HeaderClassName
{
color: #C8E131;
}
.AnyTagClassName
{
color: #C8E131;
}
</style>
background-color css
<style>
a { background-color: #C8E131; }
a { background-color: rgb(200,225,49); }
div.DivClassName
{
background-color: #C8E131;
}
.BgClassName
{
background-color: #C8E131;
}
</style>
border-color css
<style>
span { border-color: #C8E131; }
span { border-color: rgb(200,225,49); }
td.TdClassName
{
border-color: #C8E131;
}
.TagClassName
{
border-color: #C8E131;
}
</style>