Shades of Las Palmas #C9E53B
Tints of Las Palmas #C9E53B
RGB
CMYK
RGB Variations
Color information
#C9E53B (or 0xC9E53B) is known color: Las Palmas. HEX triplet: C9, E5 and 3B. RGB value is (201,229,59). Sum of RGB (Red+Green+Blue) = 201+229+59=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E53B is #361AC4. Grayscale: #C9C9C9. Windows color (decimal): -3545797 or 3925449. OLE color: 3925449.
HSL color Cylindrical-coordinate representation of color #C9E53B: hue angle of 69.88º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9E53B is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 59 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.10 |
| HSL | 69.88º | 0.77% | 0.56% | - |
| HSV(B) | 69.88º | 0.74% | 0.9% | - |
| XYZ | 52.9 | 68.77 | 14.62 | - |
| YUV | 201.25 | 47.72 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 59 | 0.12 | 0 | 0.74 | 0.10 | 69.88 | 0.77 | 0.56 |
| Hex | C9 | E5 | 3B | C | 0 | 4A | A | 46 | 4D | 38 |
| Octal | 311 | 345 | 73 | 14 | 0 | 112 | 12 | 106 | 115 | 70 |
| Binary | 11001001 | 11100101 | 111011 | 1100 | 0 | 1001010 | 1010 | 1000110 | 1001101 | 111000 |
Color Harmonies of #C9E53B
Complementary color
Monochromatic Colors of #C9E53B
Black with #C9E53B
Text Example
Text Example
White with #C9E53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E53B; }
p { color: rgb(201,229,59); }
H1.HeaderClassName
{
color: #C9E53B;
}
.AnyTagClassName
{
color: #C9E53B;
}
</style>
background-color css
<style>
a { background-color: #C9E53B; }
a { background-color: rgb(201,229,59); }
div.DivClassName
{
background-color: #C9E53B;
}
.BgClassName
{
background-color: #C9E53B;
}
</style>
border-color css
<style>
span { border-color: #C9E53B; }
span { border-color: rgb(201,229,59); }
td.TdClassName
{
border-color: #C9E53B;
}
.TagClassName
{
border-color: #C9E53B;
}
</style>