Shades of Las Palmas #C0CC3E
Tints of Las Palmas #C0CC3E
RGB
CMYK
RGB Variations
Color information
#C0CC3E (or 0xC0CC3E) is known color: Las Palmas. HEX triplet: C0, CC and 3E. RGB value is (192,204,62). Sum of RGB (Red+Green+Blue) = 192+204+62=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CC3E is #3F33C1. Grayscale: #B8B8B8. Windows color (decimal): -4142018 or 4115648. OLE color: 4115648.
HSL color Cylindrical-coordinate representation of color #C0CC3E: hue angle of 65.07º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0CC3E is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 62 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.2 |
| HSL | 65.07º | 0.58% | 0.52% | - |
| HSV(B) | 65.07º | 0.7% | 0.8% | - |
| XYZ | 44.2 | 54.74 | 12.79 | - |
| YUV | 184.22 | 59.02 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 62 | 0.06 | 0 | 0.70 | 0.2 | 65.07 | 0.58 | 0.52 |
| Hex | C0 | CC | 3E | 6 | 0 | 46 | 14 | 41 | 3A | 34 |
| Octal | 300 | 314 | 76 | 6 | 0 | 106 | 24 | 101 | 72 | 64 |
| Binary | 11000000 | 11001100 | 111110 | 110 | 0 | 1000110 | 10100 | 1000001 | 111010 | 110100 |
Color Harmonies of #C0CC3E
Complementary color
Monochromatic Colors of #C0CC3E
Black with #C0CC3E
Text Example
Text Example
White with #C0CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC3E; }
p { color: rgb(192,204,62); }
H1.HeaderClassName
{
color: #C0CC3E;
}
.AnyTagClassName
{
color: #C0CC3E;
}
</style>
background-color css
<style>
a { background-color: #C0CC3E; }
a { background-color: rgb(192,204,62); }
div.DivClassName
{
background-color: #C0CC3E;
}
.BgClassName
{
background-color: #C0CC3E;
}
</style>
border-color css
<style>
span { border-color: #C0CC3E; }
span { border-color: rgb(192,204,62); }
td.TdClassName
{
border-color: #C0CC3E;
}
.TagClassName
{
border-color: #C0CC3E;
}
</style>