Shades of Las Palmas #C0C93E
Tints of Las Palmas #C0C93E
RGB
CMYK
RGB Variations
Color information
#C0C93E (or 0xC0C93E) is known color: Las Palmas. HEX triplet: C0, C9 and 3E. RGB value is (192,201,62). Sum of RGB (Red+Green+Blue) = 192+201+62=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C93E is #3F36C1. Grayscale: #B7B7B7. Windows color (decimal): -4142786 or 4114880. OLE color: 4114880.
HSL color Cylindrical-coordinate representation of color #C0C93E: hue angle of 63.88º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0C93E is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 62 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.21 |
| HSL | 63.88º | 0.56% | 0.52% | - |
| HSV(B) | 63.88º | 0.69% | 0.79% | - |
| XYZ | 43.49 | 53.33 | 12.56 | - |
| YUV | 182.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 62 | 0.04 | 0 | 0.69 | 0.21 | 63.88 | 0.56 | 0.52 |
| Hex | C0 | C9 | 3E | 4 | 0 | 45 | 15 | 40 | 38 | 34 |
| Octal | 300 | 311 | 76 | 4 | 0 | 105 | 25 | 100 | 70 | 64 |
| Binary | 11000000 | 11001001 | 111110 | 100 | 0 | 1000101 | 10101 | 1000000 | 111000 | 110100 |
Color Harmonies of #C0C93E
Complementary color
Monochromatic Colors of #C0C93E
Black with #C0C93E
Text Example
Text Example
White with #C0C93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C93E; }
p { color: rgb(192,201,62); }
H1.HeaderClassName
{
color: #C0C93E;
}
.AnyTagClassName
{
color: #C0C93E;
}
</style>
background-color css
<style>
a { background-color: #C0C93E; }
a { background-color: rgb(192,201,62); }
div.DivClassName
{
background-color: #C0C93E;
}
.BgClassName
{
background-color: #C0C93E;
}
</style>
border-color css
<style>
span { border-color: #C0C93E; }
span { border-color: rgb(192,201,62); }
td.TdClassName
{
border-color: #C0C93E;
}
.TagClassName
{
border-color: #C0C93E;
}
</style>