Shades of Las Palmas #C9DE3E
Tints of Las Palmas #C9DE3E
RGB
CMYK
RGB Variations
Color information
#C9DE3E (or 0xC9DE3E) is known color: Las Palmas. HEX triplet: C9, DE and 3E. RGB value is (201,222,62). Sum of RGB (Red+Green+Blue) = 201+222+62=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DE3E is #3621C1. Grayscale: #C6C6C6. Windows color (decimal): -3547586 or 4120265. OLE color: 4120265.
HSL color Cylindrical-coordinate representation of color #C9DE3E: hue angle of 67.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9DE3E is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 62 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.13 |
| HSL | 67.88º | 0.71% | 0.56% | - |
| HSV(B) | 67.88º | 0.72% | 0.87% | - |
| XYZ | 51.08 | 65.01 | 14.41 | - |
| YUV | 197.48 | 51.54 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 62 | 0.09 | 0 | 0.72 | 0.13 | 67.88 | 0.71 | 0.56 |
| Hex | C9 | DE | 3E | 9 | 0 | 48 | D | 44 | 47 | 38 |
| Octal | 311 | 336 | 76 | 11 | 0 | 110 | 15 | 104 | 107 | 70 |
| Binary | 11001001 | 11011110 | 111110 | 1001 | 0 | 1001000 | 1101 | 1000100 | 1000111 | 111000 |
Color Harmonies of #C9DE3E
Complementary color
Monochromatic Colors of #C9DE3E
Black with #C9DE3E
Text Example
Text Example
White with #C9DE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DE3E; }
p { color: rgb(201,222,62); }
H1.HeaderClassName
{
color: #C9DE3E;
}
.AnyTagClassName
{
color: #C9DE3E;
}
</style>
background-color css
<style>
a { background-color: #C9DE3E; }
a { background-color: rgb(201,222,62); }
div.DivClassName
{
background-color: #C9DE3E;
}
.BgClassName
{
background-color: #C9DE3E;
}
</style>
border-color css
<style>
span { border-color: #C9DE3E; }
span { border-color: rgb(201,222,62); }
td.TdClassName
{
border-color: #C9DE3E;
}
.TagClassName
{
border-color: #C9DE3E;
}
</style>