Shades of Las Palmas #C8E245
Tints of Las Palmas #C8E245
RGB
CMYK
RGB Variations
Color information
#C8E245 (or 0xC8E245) is known color: Las Palmas. HEX triplet: C8, E2 and 45. RGB value is (200,226,69). Sum of RGB (Red+Green+Blue) = 200+226+69=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E245 is #371DBA. Grayscale: #C8C8C8. Windows color (decimal): -3612091 or 4580040. OLE color: 4580040.
HSL color Cylindrical-coordinate representation of color #C8E245: hue angle of 69.94º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8E245 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 69 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.11 |
| HSL | 69.94º | 0.73% | 0.58% | - |
| HSV(B) | 69.94º | 0.69% | 0.89% | - |
| XYZ | 52.09 | 67.1 | 15.84 | - |
| YUV | 200.33 | 53.89 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 69 | 0.12 | 0 | 0.69 | 0.11 | 69.94 | 0.73 | 0.58 |
| Hex | C8 | E2 | 45 | C | 0 | 45 | B | 46 | 49 | 3A |
| Octal | 310 | 342 | 105 | 14 | 0 | 105 | 13 | 106 | 111 | 72 |
| Binary | 11001000 | 11100010 | 1000101 | 1100 | 0 | 1000101 | 1011 | 1000110 | 1001001 | 111010 |
Color Harmonies of #C8E245
Complementary color
Monochromatic Colors of #C8E245
Black with #C8E245
Text Example
Text Example
White with #C8E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E245; }
p { color: rgb(200,226,69); }
H1.HeaderClassName
{
color: #C8E245;
}
.AnyTagClassName
{
color: #C8E245;
}
</style>
background-color css
<style>
a { background-color: #C8E245; }
a { background-color: rgb(200,226,69); }
div.DivClassName
{
background-color: #C8E245;
}
.BgClassName
{
background-color: #C8E245;
}
</style>
border-color css
<style>
span { border-color: #C8E245; }
span { border-color: rgb(200,226,69); }
td.TdClassName
{
border-color: #C8E245;
}
.TagClassName
{
border-color: #C8E245;
}
</style>