Shades of Las Palmas #C0D834
Tints of Las Palmas #C0D834
RGB
CMYK
RGB Variations
Color information
#C0D834 (or 0xC0D834) is known color: Las Palmas. HEX triplet: C0, D8 and 34. RGB value is (192,216,52). Sum of RGB (Red+Green+Blue) = 192+216+52=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D834 is #3F27CB. Grayscale: #BEBEBE. Windows color (decimal): -4138956 or 3463360. OLE color: 3463360.
HSL color Cylindrical-coordinate representation of color #C0D834: hue angle of 68.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0D834 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 52 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.15 |
| HSL | 68.78º | 0.68% | 0.53% | - |
| HSV(B) | 68.78º | 0.76% | 0.85% | - |
| XYZ | 46.91 | 60.57 | 12.47 | - |
| YUV | 190.13 | 50.05 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 52 | 0.11 | 0 | 0.76 | 0.15 | 68.78 | 0.68 | 0.53 |
| Hex | C0 | D8 | 34 | B | 0 | 4C | F | 45 | 44 | 35 |
| Octal | 300 | 330 | 64 | 13 | 0 | 114 | 17 | 105 | 104 | 65 |
| Binary | 11000000 | 11011000 | 110100 | 1011 | 0 | 1001100 | 1111 | 1000101 | 1000100 | 110101 |
Color Harmonies of #C0D834
Complementary color
Monochromatic Colors of #C0D834
Black with #C0D834
Text Example
Text Example
White with #C0D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D834; }
p { color: rgb(192,216,52); }
H1.HeaderClassName
{
color: #C0D834;
}
.AnyTagClassName
{
color: #C0D834;
}
</style>
background-color css
<style>
a { background-color: #C0D834; }
a { background-color: rgb(192,216,52); }
div.DivClassName
{
background-color: #C0D834;
}
.BgClassName
{
background-color: #C0D834;
}
</style>
border-color css
<style>
span { border-color: #C0D834; }
span { border-color: rgb(192,216,52); }
td.TdClassName
{
border-color: #C0D834;
}
.TagClassName
{
border-color: #C0D834;
}
</style>