Shades of Las Palmas #C9EF45
Tints of Las Palmas #C9EF45
RGB
CMYK
RGB Variations
Color information
#C9EF45 (or 0xC9EF45) is known color: Las Palmas. HEX triplet: C9, EF and 45. RGB value is (201,239,69). Sum of RGB (Red+Green+Blue) = 201+239+69=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EF45 is #3610BA. Grayscale: #D0D0D0. Windows color (decimal): -3543227 or 4583369. OLE color: 4583369.
HSL color Cylindrical-coordinate representation of color #C9EF45: hue angle of 73.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9EF45 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 69 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.06 |
| HSL | 73.41º | 0.84% | 0.6% | - |
| HSV(B) | 73.41º | 0.71% | 0.94% | - |
| XYZ | 56.03 | 74.58 | 17.07 | - |
| YUV | 208.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 69 | 0.16 | 0 | 0.71 | 0.06 | 73.41 | 0.84 | 0.6 |
| Hex | C9 | EF | 45 | 10 | 0 | 47 | 6 | 49 | 54 | 3C |
| Octal | 311 | 357 | 105 | 20 | 0 | 107 | 6 | 111 | 124 | 74 |
| Binary | 11001001 | 11101111 | 1000101 | 10000 | 0 | 1000111 | 110 | 1001001 | 1010100 | 111100 |
Color Harmonies of #C9EF45
Complementary color
Monochromatic Colors of #C9EF45
Black with #C9EF45
Text Example
Text Example
White with #C9EF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF45; }
p { color: rgb(201,239,69); }
H1.HeaderClassName
{
color: #C9EF45;
}
.AnyTagClassName
{
color: #C9EF45;
}
</style>
background-color css
<style>
a { background-color: #C9EF45; }
a { background-color: rgb(201,239,69); }
div.DivClassName
{
background-color: #C9EF45;
}
.BgClassName
{
background-color: #C9EF45;
}
</style>
border-color css
<style>
span { border-color: #C9EF45; }
span { border-color: rgb(201,239,69); }
td.TdClassName
{
border-color: #C9EF45;
}
.TagClassName
{
border-color: #C9EF45;
}
</style>