Shades of Las Palmas #C0CE40
Tints of Las Palmas #C0CE40
RGB
CMYK
RGB Variations
Color information
#C0CE40 (or 0xC0CE40) is known color: Las Palmas. HEX triplet: C0, CE and 40. RGB value is (192,206,64). Sum of RGB (Red+Green+Blue) = 192+206+64=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE40 is #3F31BF. Grayscale: #BABABA. Windows color (decimal): -4141504 or 4247232. OLE color: 4247232.
HSL color Cylindrical-coordinate representation of color #C0CE40: hue angle of 65.92º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0CE40 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 64 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.19 |
| HSL | 65.92º | 0.59% | 0.53% | - |
| HSV(B) | 65.92º | 0.69% | 0.81% | - |
| XYZ | 44.73 | 55.72 | 13.25 | - |
| YUV | 185.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 64 | 0.07 | 0 | 0.69 | 0.19 | 65.92 | 0.59 | 0.53 |
| Hex | C0 | CE | 40 | 7 | 0 | 45 | 13 | 42 | 3B | 35 |
| Octal | 300 | 316 | 100 | 7 | 0 | 105 | 23 | 102 | 73 | 65 |
| Binary | 11000000 | 11001110 | 1000000 | 111 | 0 | 1000101 | 10011 | 1000010 | 111011 | 110101 |
Color Harmonies of #C0CE40
Complementary color
Monochromatic Colors of #C0CE40
Black with #C0CE40
Text Example
Text Example
White with #C0CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE40; }
p { color: rgb(192,206,64); }
H1.HeaderClassName
{
color: #C0CE40;
}
.AnyTagClassName
{
color: #C0CE40;
}
</style>
background-color css
<style>
a { background-color: #C0CE40; }
a { background-color: rgb(192,206,64); }
div.DivClassName
{
background-color: #C0CE40;
}
.BgClassName
{
background-color: #C0CE40;
}
</style>
border-color css
<style>
span { border-color: #C0CE40; }
span { border-color: rgb(192,206,64); }
td.TdClassName
{
border-color: #C0CE40;
}
.TagClassName
{
border-color: #C0CE40;
}
</style>