Shades of Las Palmas #C0D249
Tints of Las Palmas #C0D249
RGB
CMYK
RGB Variations
Color information
#C0D249 (or 0xC0D249) is known color: Las Palmas. HEX triplet: C0, D2 and 49. RGB value is (192,210,73). Sum of RGB (Red+Green+Blue) = 192+210+73=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D249 is #3F2DB6. Grayscale: #BDBDBD. Windows color (decimal): -4140471 or 4838080. OLE color: 4838080.
HSL color Cylindrical-coordinate representation of color #C0D249: hue angle of 67.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0D249 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 73 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.18 |
| HSL | 67.88º | 0.6% | 0.55% | - |
| HSV(B) | 67.88º | 0.65% | 0.82% | - |
| XYZ | 45.99 | 57.78 | 15.03 | - |
| YUV | 189 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 73 | 0.09 | 0 | 0.65 | 0.18 | 67.88 | 0.6 | 0.55 |
| Hex | C0 | D2 | 49 | 9 | 0 | 41 | 12 | 44 | 3C | 37 |
| Octal | 300 | 322 | 111 | 11 | 0 | 101 | 22 | 104 | 74 | 67 |
| Binary | 11000000 | 11010010 | 1001001 | 1001 | 0 | 1000001 | 10010 | 1000100 | 111100 | 110111 |
Color Harmonies of #C0D249
Complementary color
Monochromatic Colors of #C0D249
Black with #C0D249
Text Example
Text Example
White with #C0D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D249; }
p { color: rgb(192,210,73); }
H1.HeaderClassName
{
color: #C0D249;
}
.AnyTagClassName
{
color: #C0D249;
}
</style>
background-color css
<style>
a { background-color: #C0D249; }
a { background-color: rgb(192,210,73); }
div.DivClassName
{
background-color: #C0D249;
}
.BgClassName
{
background-color: #C0D249;
}
</style>
border-color css
<style>
span { border-color: #C0D249; }
span { border-color: rgb(192,210,73); }
td.TdClassName
{
border-color: #C0D249;
}
.TagClassName
{
border-color: #C0D249;
}
</style>