Shades of Las Palmas #C0CE3E
Tints of Las Palmas #C0CE3E
RGB
CMYK
RGB Variations
Color information
#C0CE3E (or 0xC0CE3E) is known color: Las Palmas. HEX triplet: C0, CE and 3E. RGB value is (192,206,62). Sum of RGB (Red+Green+Blue) = 192+206+62=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CE3E is #3F31C1. Grayscale: #B9B9B9. Windows color (decimal): -4141506 or 4116160. OLE color: 4116160.
HSL color Cylindrical-coordinate representation of color #C0CE3E: hue angle of 65.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0CE3E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 62 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.19 |
| HSL | 65.83º | 0.6% | 0.53% | - |
| HSV(B) | 65.83º | 0.7% | 0.81% | - |
| XYZ | 44.68 | 55.7 | 12.95 | - |
| YUV | 185.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 62 | 0.07 | 0 | 0.70 | 0.19 | 65.83 | 0.6 | 0.53 |
| Hex | C0 | CE | 3E | 7 | 0 | 46 | 13 | 42 | 3C | 35 |
| Octal | 300 | 316 | 76 | 7 | 0 | 106 | 23 | 102 | 74 | 65 |
| Binary | 11000000 | 11001110 | 111110 | 111 | 0 | 1000110 | 10011 | 1000010 | 111100 | 110101 |
Color Harmonies of #C0CE3E
Complementary color
Monochromatic Colors of #C0CE3E
Black with #C0CE3E
Text Example
Text Example
White with #C0CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CE3E; }
p { color: rgb(192,206,62); }
H1.HeaderClassName
{
color: #C0CE3E;
}
.AnyTagClassName
{
color: #C0CE3E;
}
</style>
background-color css
<style>
a { background-color: #C0CE3E; }
a { background-color: rgb(192,206,62); }
div.DivClassName
{
background-color: #C0CE3E;
}
.BgClassName
{
background-color: #C0CE3E;
}
</style>
border-color css
<style>
span { border-color: #C0CE3E; }
span { border-color: rgb(192,206,62); }
td.TdClassName
{
border-color: #C0CE3E;
}
.TagClassName
{
border-color: #C0CE3E;
}
</style>