Shades of Las Palmas #C0D447
Tints of Las Palmas #C0D447
RGB
CMYK
RGB Variations
Color information
#C0D447 (or 0xC0D447) is known color: Las Palmas. HEX triplet: C0, D4 and 47. RGB value is (192,212,71). Sum of RGB (Red+Green+Blue) = 192+212+71=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D447 is #3F2BB8. Grayscale: #BEBEBE. Windows color (decimal): -4139961 or 4707520. OLE color: 4707520.
HSL color Cylindrical-coordinate representation of color #C0D447: hue angle of 68.51º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0D447 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 71 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.17 |
| HSL | 68.51º | 0.62% | 0.55% | - |
| HSV(B) | 68.51º | 0.67% | 0.83% | - |
| XYZ | 46.42 | 58.75 | 14.85 | - |
| YUV | 189.95 | 60.87 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 71 | 0.09 | 0 | 0.67 | 0.17 | 68.51 | 0.62 | 0.55 |
| Hex | C0 | D4 | 47 | 9 | 0 | 43 | 11 | 45 | 3E | 37 |
| Octal | 300 | 324 | 107 | 11 | 0 | 103 | 21 | 105 | 76 | 67 |
| Binary | 11000000 | 11010100 | 1000111 | 1001 | 0 | 1000011 | 10001 | 1000101 | 111110 | 110111 |
Color Harmonies of #C0D447
Complementary color
Monochromatic Colors of #C0D447
Black with #C0D447
Text Example
Text Example
White with #C0D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D447; }
p { color: rgb(192,212,71); }
H1.HeaderClassName
{
color: #C0D447;
}
.AnyTagClassName
{
color: #C0D447;
}
</style>
background-color css
<style>
a { background-color: #C0D447; }
a { background-color: rgb(192,212,71); }
div.DivClassName
{
background-color: #C0D447;
}
.BgClassName
{
background-color: #C0D447;
}
</style>
border-color css
<style>
span { border-color: #C0D447; }
span { border-color: rgb(192,212,71); }
td.TdClassName
{
border-color: #C0D447;
}
.TagClassName
{
border-color: #C0D447;
}
</style>