Shades of Las Palmas #C9ED45
Tints of Las Palmas #C9ED45
RGB
CMYK
RGB Variations
Color information
#C9ED45 (or 0xC9ED45) is known color: Las Palmas. HEX triplet: C9, ED and 45. RGB value is (201,237,69). Sum of RGB (Red+Green+Blue) = 201+237+69=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9ED45 is #3612BA. Grayscale: #CFCFCF. Windows color (decimal): -3543739 or 4582857. OLE color: 4582857.
HSL color Cylindrical-coordinate representation of color #C9ED45: hue angle of 72.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9ED45 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 69 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.07 |
| HSL | 72.86º | 0.82% | 0.6% | - |
| HSV(B) | 72.86º | 0.71% | 0.93% | - |
| XYZ | 55.45 | 73.42 | 16.88 | - |
| YUV | 207.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 69 | 0.15 | 0 | 0.71 | 0.07 | 72.86 | 0.82 | 0.6 |
| Hex | C9 | ED | 45 | F | 0 | 47 | 7 | 49 | 52 | 3C |
| Octal | 311 | 355 | 105 | 17 | 0 | 107 | 7 | 111 | 122 | 74 |
| Binary | 11001001 | 11101101 | 1000101 | 1111 | 0 | 1000111 | 111 | 1001001 | 1010010 | 111100 |
Color Harmonies of #C9ED45
Complementary color
Monochromatic Colors of #C9ED45
Black with #C9ED45
Text Example
Text Example
White with #C9ED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED45; }
p { color: rgb(201,237,69); }
H1.HeaderClassName
{
color: #C9ED45;
}
.AnyTagClassName
{
color: #C9ED45;
}
</style>
background-color css
<style>
a { background-color: #C9ED45; }
a { background-color: rgb(201,237,69); }
div.DivClassName
{
background-color: #C9ED45;
}
.BgClassName
{
background-color: #C9ED45;
}
</style>
border-color css
<style>
span { border-color: #C9ED45; }
span { border-color: rgb(201,237,69); }
td.TdClassName
{
border-color: #C9ED45;
}
.TagClassName
{
border-color: #C9ED45;
}
</style>