Shades of Las Palmas #C9ED46
Tints of Las Palmas #C9ED46
RGB
CMYK
RGB Variations
Color information
#C9ED46 (or 0xC9ED46) is known color: Las Palmas. HEX triplet: C9, ED and 46. RGB value is (201,237,70). Sum of RGB (Red+Green+Blue) = 201+237+70=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9ED46 is #3612B9. Grayscale: #CFCFCF. Windows color (decimal): -3543738 or 4648393. OLE color: 4648393.
HSL color Cylindrical-coordinate representation of color #C9ED46: hue angle of 72.93º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9ED46 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 70 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.07 |
| HSL | 72.93º | 0.82% | 0.6% | - |
| HSV(B) | 72.93º | 0.7% | 0.93% | - |
| XYZ | 55.48 | 73.43 | 17.04 | - |
| YUV | 207.2 | 50.57 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 70 | 0.15 | 0 | 0.70 | 0.07 | 72.93 | 0.82 | 0.6 |
| Hex | C9 | ED | 46 | F | 0 | 46 | 7 | 49 | 52 | 3C |
| Octal | 311 | 355 | 106 | 17 | 0 | 106 | 7 | 111 | 122 | 74 |
| Binary | 11001001 | 11101101 | 1000110 | 1111 | 0 | 1000110 | 111 | 1001001 | 1010010 | 111100 |
Color Harmonies of #C9ED46
Complementary color
Monochromatic Colors of #C9ED46
Black with #C9ED46
Text Example
Text Example
White with #C9ED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED46; }
p { color: rgb(201,237,70); }
H1.HeaderClassName
{
color: #C9ED46;
}
.AnyTagClassName
{
color: #C9ED46;
}
</style>
background-color css
<style>
a { background-color: #C9ED46; }
a { background-color: rgb(201,237,70); }
div.DivClassName
{
background-color: #C9ED46;
}
.BgClassName
{
background-color: #C9ED46;
}
</style>
border-color css
<style>
span { border-color: #C9ED46; }
span { border-color: rgb(201,237,70); }
td.TdClassName
{
border-color: #C9ED46;
}
.TagClassName
{
border-color: #C9ED46;
}
</style>