Shades of Las Palmas #C0D348
Tints of Las Palmas #C0D348
RGB
CMYK
RGB Variations
Color information
#C0D348 (or 0xC0D348) is known color: Las Palmas. HEX triplet: C0, D3 and 48. RGB value is (192,211,72). Sum of RGB (Red+Green+Blue) = 192+211+72=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D348 is #3F2CB7. Grayscale: #BEBEBE. Windows color (decimal): -4140216 or 4772800. OLE color: 4772800.
HSL color Cylindrical-coordinate representation of color #C0D348: hue angle of 68.2º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0D348 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 72 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.17 |
| HSL | 68.2º | 0.61% | 0.55% | - |
| HSV(B) | 68.2º | 0.66% | 0.83% | - |
| XYZ | 46.2 | 58.26 | 14.94 | - |
| YUV | 189.47 | 61.71 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 72 | 0.09 | 0 | 0.66 | 0.17 | 68.2 | 0.61 | 0.55 |
| Hex | C0 | D3 | 48 | 9 | 0 | 42 | 11 | 44 | 3D | 37 |
| Octal | 300 | 323 | 110 | 11 | 0 | 102 | 21 | 104 | 75 | 67 |
| Binary | 11000000 | 11010011 | 1001000 | 1001 | 0 | 1000010 | 10001 | 1000100 | 111101 | 110111 |
Color Harmonies of #C0D348
Complementary color
Monochromatic Colors of #C0D348
Black with #C0D348
Text Example
Text Example
White with #C0D348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D348; }
p { color: rgb(192,211,72); }
H1.HeaderClassName
{
color: #C0D348;
}
.AnyTagClassName
{
color: #C0D348;
}
</style>
background-color css
<style>
a { background-color: #C0D348; }
a { background-color: rgb(192,211,72); }
div.DivClassName
{
background-color: #C0D348;
}
.BgClassName
{
background-color: #C0D348;
}
</style>
border-color css
<style>
span { border-color: #C0D348; }
span { border-color: rgb(192,211,72); }
td.TdClassName
{
border-color: #C0D348;
}
.TagClassName
{
border-color: #C0D348;
}
</style>