Shades of Las Palmas #C0D448
Tints of Las Palmas #C0D448
RGB
CMYK
RGB Variations
Color information
#C0D448 (or 0xC0D448) is known color: Las Palmas. HEX triplet: C0, D4 and 48. RGB value is (192,212,72). Sum of RGB (Red+Green+Blue) = 192+212+72=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D448 is #3F2BB7. Grayscale: #BEBEBE. Windows color (decimal): -4139960 or 4773056. OLE color: 4773056.
HSL color Cylindrical-coordinate representation of color #C0D448: hue angle of 68.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0D448 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 72 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.17 |
| HSL | 68.57º | 0.62% | 0.56% | - |
| HSV(B) | 68.57º | 0.66% | 0.83% | - |
| XYZ | 46.45 | 58.76 | 15.02 | - |
| YUV | 190.06 | 61.37 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 72 | 0.09 | 0 | 0.66 | 0.17 | 68.57 | 0.62 | 0.56 |
| Hex | C0 | D4 | 48 | 9 | 0 | 42 | 11 | 45 | 3E | 38 |
| Octal | 300 | 324 | 110 | 11 | 0 | 102 | 21 | 105 | 76 | 70 |
| Binary | 11000000 | 11010100 | 1001000 | 1001 | 0 | 1000010 | 10001 | 1000101 | 111110 | 111000 |
Color Harmonies of #C0D448
Complementary color
Monochromatic Colors of #C0D448
Black with #C0D448
Text Example
Text Example
White with #C0D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D448; }
p { color: rgb(192,212,72); }
H1.HeaderClassName
{
color: #C0D448;
}
.AnyTagClassName
{
color: #C0D448;
}
</style>
background-color css
<style>
a { background-color: #C0D448; }
a { background-color: rgb(192,212,72); }
div.DivClassName
{
background-color: #C0D448;
}
.BgClassName
{
background-color: #C0D448;
}
</style>
border-color css
<style>
span { border-color: #C0D448; }
span { border-color: rgb(192,212,72); }
td.TdClassName
{
border-color: #C0D448;
}
.TagClassName
{
border-color: #C0D448;
}
</style>