Shades of Las Palmas #C9F048
Tints of Las Palmas #C9F048
RGB
CMYK
RGB Variations
Color information
#C9F048 (or 0xC9F048) is known color: Las Palmas. HEX triplet: C9, F0 and 48. RGB value is (201,240,72). Sum of RGB (Red+Green+Blue) = 201+240+72=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F048 is #360FB7. Grayscale: #D1D1D1. Windows color (decimal): -3542968 or 4780233. OLE color: 4780233.
HSL color Cylindrical-coordinate representation of color #C9F048: hue angle of 73.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9F048 is Cyan = 0.16, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 72 | - |
| CMYK | 0.16 | 0 | 0.7 | 0.06 |
| HSL | 73.93º | 0.85% | 0.61% | - |
| HSV(B) | 73.93º | 0.7% | 0.94% | - |
| XYZ | 56.42 | 75.21 | 17.67 | - |
| YUV | 209.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 72 | 0.16 | 0 | 0.7 | 0.06 | 73.93 | 0.85 | 0.61 |
| Hex | C9 | F0 | 48 | 10 | 0 | 46 | 6 | 4A | 55 | 3D |
| Octal | 311 | 360 | 110 | 20 | 0 | 106 | 6 | 112 | 125 | 75 |
| Binary | 11001001 | 11110000 | 1001000 | 10000 | 0 | 1000110 | 110 | 1001010 | 1010101 | 111101 |
Color Harmonies of #C9F048
Complementary color
Monochromatic Colors of #C9F048
Black with #C9F048
Text Example
Text Example
White with #C9F048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F048; }
p { color: rgb(201,240,72); }
H1.HeaderClassName
{
color: #C9F048;
}
.AnyTagClassName
{
color: #C9F048;
}
</style>
background-color css
<style>
a { background-color: #C9F048; }
a { background-color: rgb(201,240,72); }
div.DivClassName
{
background-color: #C9F048;
}
.BgClassName
{
background-color: #C9F048;
}
</style>
border-color css
<style>
span { border-color: #C9F048; }
span { border-color: rgb(201,240,72); }
td.TdClassName
{
border-color: #C9F048;
}
.TagClassName
{
border-color: #C9F048;
}
</style>