Shades of Las Palmas #C0D23E
Tints of Las Palmas #C0D23E
RGB
CMYK
RGB Variations
Color information
#C0D23E (or 0xC0D23E) is known color: Las Palmas. HEX triplet: C0, D2 and 3E. RGB value is (192,210,62). Sum of RGB (Red+Green+Blue) = 192+210+62=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D23E is #3F2DC1. Grayscale: #BCBCBC. Windows color (decimal): -4140482 or 4117184. OLE color: 4117184.
HSL color Cylindrical-coordinate representation of color #C0D23E: hue angle of 67.3º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0D23E is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 62 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.18 |
| HSL | 67.3º | 0.62% | 0.53% | - |
| HSV(B) | 67.3º | 0.7% | 0.82% | - |
| XYZ | 45.65 | 57.65 | 13.28 | - |
| YUV | 187.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 62 | 0.09 | 0 | 0.70 | 0.18 | 67.3 | 0.62 | 0.53 |
| Hex | C0 | D2 | 3E | 9 | 0 | 46 | 12 | 43 | 3E | 35 |
| Octal | 300 | 322 | 76 | 11 | 0 | 106 | 22 | 103 | 76 | 65 |
| Binary | 11000000 | 11010010 | 111110 | 1001 | 0 | 1000110 | 10010 | 1000011 | 111110 | 110101 |
Color Harmonies of #C0D23E
Complementary color
Monochromatic Colors of #C0D23E
Black with #C0D23E
Text Example
Text Example
White with #C0D23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D23E; }
p { color: rgb(192,210,62); }
H1.HeaderClassName
{
color: #C0D23E;
}
.AnyTagClassName
{
color: #C0D23E;
}
</style>
background-color css
<style>
a { background-color: #C0D23E; }
a { background-color: rgb(192,210,62); }
div.DivClassName
{
background-color: #C0D23E;
}
.BgClassName
{
background-color: #C0D23E;
}
</style>
border-color css
<style>
span { border-color: #C0D23E; }
span { border-color: rgb(192,210,62); }
td.TdClassName
{
border-color: #C0D23E;
}
.TagClassName
{
border-color: #C0D23E;
}
</style>