Shades of Las Palmas #C0D642
Tints of Las Palmas #C0D642
RGB
CMYK
RGB Variations
Color information
#C0D642 (or 0xC0D642) is known color: Las Palmas. HEX triplet: C0, D6 and 42. RGB value is (192,214,66). Sum of RGB (Red+Green+Blue) = 192+214+66=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D642 is #3F29BD. Grayscale: #BFBFBF. Windows color (decimal): -4139454 or 4380352. OLE color: 4380352.
HSL color Cylindrical-coordinate representation of color #C0D642: hue angle of 68.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0D642 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 66 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.16 |
| HSL | 68.92º | 0.64% | 0.55% | - |
| HSV(B) | 68.92º | 0.69% | 0.84% | - |
| XYZ | 46.77 | 59.69 | 14.21 | - |
| YUV | 190.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 66 | 0.10 | 0 | 0.69 | 0.16 | 68.92 | 0.64 | 0.55 |
| Hex | C0 | D6 | 42 | A | 0 | 45 | 10 | 45 | 40 | 37 |
| Octal | 300 | 326 | 102 | 12 | 0 | 105 | 20 | 105 | 100 | 67 |
| Binary | 11000000 | 11010110 | 1000010 | 1010 | 0 | 1000101 | 10000 | 1000101 | 1000000 | 110111 |
Color Harmonies of #C0D642
Complementary color
Monochromatic Colors of #C0D642
Black with #C0D642
Text Example
Text Example
White with #C0D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D642; }
p { color: rgb(192,214,66); }
H1.HeaderClassName
{
color: #C0D642;
}
.AnyTagClassName
{
color: #C0D642;
}
</style>
background-color css
<style>
a { background-color: #C0D642; }
a { background-color: rgb(192,214,66); }
div.DivClassName
{
background-color: #C0D642;
}
.BgClassName
{
background-color: #C0D642;
}
</style>
border-color css
<style>
span { border-color: #C0D642; }
span { border-color: rgb(192,214,66); }
td.TdClassName
{
border-color: #C0D642;
}
.TagClassName
{
border-color: #C0D642;
}
</style>