Shades of Las Palmas #C0D648
Tints of Las Palmas #C0D648
RGB
CMYK
RGB Variations
Color information
#C0D648 (or 0xC0D648) is known color: Las Palmas. HEX triplet: C0, D6 and 48. RGB value is (192,214,72). Sum of RGB (Red+Green+Blue) = 192+214+72=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D648 is #3F29B7. Grayscale: #BFBFBF. Windows color (decimal): -4139448 or 4773568. OLE color: 4773568.
HSL color Cylindrical-coordinate representation of color #C0D648: hue angle of 69.3º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0D648 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 72 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.16 |
| HSL | 69.3º | 0.63% | 0.56% | - |
| HSV(B) | 69.3º | 0.66% | 0.84% | - |
| XYZ | 46.95 | 59.77 | 15.19 | - |
| YUV | 191.23 | 60.71 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 72 | 0.10 | 0 | 0.66 | 0.16 | 69.3 | 0.63 | 0.56 |
| Hex | C0 | D6 | 48 | A | 0 | 42 | 10 | 45 | 3F | 38 |
| Octal | 300 | 326 | 110 | 12 | 0 | 102 | 20 | 105 | 77 | 70 |
| Binary | 11000000 | 11010110 | 1001000 | 1010 | 0 | 1000010 | 10000 | 1000101 | 111111 | 111000 |
Color Harmonies of #C0D648
Complementary color
Monochromatic Colors of #C0D648
Black with #C0D648
Text Example
Text Example
White with #C0D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D648; }
p { color: rgb(192,214,72); }
H1.HeaderClassName
{
color: #C0D648;
}
.AnyTagClassName
{
color: #C0D648;
}
</style>
background-color css
<style>
a { background-color: #C0D648; }
a { background-color: rgb(192,214,72); }
div.DivClassName
{
background-color: #C0D648;
}
.BgClassName
{
background-color: #C0D648;
}
</style>
border-color css
<style>
span { border-color: #C0D648; }
span { border-color: rgb(192,214,72); }
td.TdClassName
{
border-color: #C0D648;
}
.TagClassName
{
border-color: #C0D648;
}
</style>