Shades of Las Palmas #C0CD3A
Tints of Las Palmas #C0CD3A
RGB
CMYK
RGB Variations
Color information
#C0CD3A (or 0xC0CD3A) is known color: Las Palmas. HEX triplet: C0, CD and 3A. RGB value is (192,205,58). Sum of RGB (Red+Green+Blue) = 192+205+58=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD3A is #3F32C5. Grayscale: #B8B8B8. Windows color (decimal): -4141766 or 3853760. OLE color: 3853760.
HSL color Cylindrical-coordinate representation of color #C0CD3A: hue angle of 65.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0CD3A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 58 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.20 |
| HSL | 65.31º | 0.6% | 0.52% | - |
| HSV(B) | 65.31º | 0.72% | 0.8% | - |
| XYZ | 44.33 | 55.17 | 12.32 | - |
| YUV | 184.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 58 | 0.06 | 0 | 0.72 | 0.20 | 65.31 | 0.6 | 0.52 |
| Hex | C0 | CD | 3A | 6 | 0 | 48 | 14 | 41 | 3C | 34 |
| Octal | 300 | 315 | 72 | 6 | 0 | 110 | 24 | 101 | 74 | 64 |
| Binary | 11000000 | 11001101 | 111010 | 110 | 0 | 1001000 | 10100 | 1000001 | 111100 | 110100 |
Color Harmonies of #C0CD3A
Complementary color
Monochromatic Colors of #C0CD3A
Black with #C0CD3A
Text Example
Text Example
White with #C0CD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD3A; }
p { color: rgb(192,205,58); }
H1.HeaderClassName
{
color: #C0CD3A;
}
.AnyTagClassName
{
color: #C0CD3A;
}
</style>
background-color css
<style>
a { background-color: #C0CD3A; }
a { background-color: rgb(192,205,58); }
div.DivClassName
{
background-color: #C0CD3A;
}
.BgClassName
{
background-color: #C0CD3A;
}
</style>
border-color css
<style>
span { border-color: #C0CD3A; }
span { border-color: rgb(192,205,58); }
td.TdClassName
{
border-color: #C0CD3A;
}
.TagClassName
{
border-color: #C0CD3A;
}
</style>