Shades of Las Palmas #C0D844
Tints of Las Palmas #C0D844
RGB
CMYK
RGB Variations
Color information
#C0D844 (or 0xC0D844) is known color: Las Palmas. HEX triplet: C0, D8 and 44. RGB value is (192,216,68). Sum of RGB (Red+Green+Blue) = 192+216+68=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D844 is #3F27BB. Grayscale: #C0C0C0. Windows color (decimal): -4138940 or 4511936. OLE color: 4511936.
HSL color Cylindrical-coordinate representation of color #C0D844: hue angle of 69.73º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0D844 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 68 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.15 |
| HSL | 69.73º | 0.65% | 0.56% | - |
| HSV(B) | 69.73º | 0.69% | 0.85% | - |
| XYZ | 47.34 | 60.74 | 14.7 | - |
| YUV | 191.95 | 58.05 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 68 | 0.11 | 0 | 0.69 | 0.15 | 69.73 | 0.65 | 0.56 |
| Hex | C0 | D8 | 44 | B | 0 | 45 | F | 46 | 41 | 38 |
| Octal | 300 | 330 | 104 | 13 | 0 | 105 | 17 | 106 | 101 | 70 |
| Binary | 11000000 | 11011000 | 1000100 | 1011 | 0 | 1000101 | 1111 | 1000110 | 1000001 | 111000 |
Color Harmonies of #C0D844
Complementary color
Monochromatic Colors of #C0D844
Black with #C0D844
Text Example
Text Example
White with #C0D844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D844; }
p { color: rgb(192,216,68); }
H1.HeaderClassName
{
color: #C0D844;
}
.AnyTagClassName
{
color: #C0D844;
}
</style>
background-color css
<style>
a { background-color: #C0D844; }
a { background-color: rgb(192,216,68); }
div.DivClassName
{
background-color: #C0D844;
}
.BgClassName
{
background-color: #C0D844;
}
</style>
border-color css
<style>
span { border-color: #C0D844; }
span { border-color: rgb(192,216,68); }
td.TdClassName
{
border-color: #C0D844;
}
.TagClassName
{
border-color: #C0D844;
}
</style>