Shades of Las Palmas #C0D248
Tints of Las Palmas #C0D248
RGB
CMYK
RGB Variations
Color information
#C0D248 (or 0xC0D248) is known color: Las Palmas. HEX triplet: C0, D2 and 48. RGB value is (192,210,72). Sum of RGB (Red+Green+Blue) = 192+210+72=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D248 is #3F2DB7. Grayscale: #BDBDBD. Windows color (decimal): -4140472 or 4772544. OLE color: 4772544.
HSL color Cylindrical-coordinate representation of color #C0D248: hue angle of 67.83º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0D248 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 72 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.18 |
| HSL | 67.83º | 0.61% | 0.55% | - |
| HSV(B) | 67.83º | 0.66% | 0.82% | - |
| XYZ | 45.95 | 57.77 | 14.86 | - |
| YUV | 188.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 72 | 0.09 | 0 | 0.66 | 0.18 | 67.83 | 0.61 | 0.55 |
| Hex | C0 | D2 | 48 | 9 | 0 | 42 | 12 | 44 | 3D | 37 |
| Octal | 300 | 322 | 110 | 11 | 0 | 102 | 22 | 104 | 75 | 67 |
| Binary | 11000000 | 11010010 | 1001000 | 1001 | 0 | 1000010 | 10010 | 1000100 | 111101 | 110111 |
Color Harmonies of #C0D248
Complementary color
Monochromatic Colors of #C0D248
Black with #C0D248
Text Example
Text Example
White with #C0D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D248; }
p { color: rgb(192,210,72); }
H1.HeaderClassName
{
color: #C0D248;
}
.AnyTagClassName
{
color: #C0D248;
}
</style>
background-color css
<style>
a { background-color: #C0D248; }
a { background-color: rgb(192,210,72); }
div.DivClassName
{
background-color: #C0D248;
}
.BgClassName
{
background-color: #C0D248;
}
</style>
border-color css
<style>
span { border-color: #C0D248; }
span { border-color: rgb(192,210,72); }
td.TdClassName
{
border-color: #C0D248;
}
.TagClassName
{
border-color: #C0D248;
}
</style>