Shades of Las Palmas #C0D938
Tints of Las Palmas #C0D938
RGB
CMYK
RGB Variations
Color information
#C0D938 (or 0xC0D938) is known color: Las Palmas. HEX triplet: C0, D9 and 38. RGB value is (192,217,56). Sum of RGB (Red+Green+Blue) = 192+217+56=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D938 is #3F26C7. Grayscale: #BFBFBF. Windows color (decimal): -4138696 or 3725760. OLE color: 3725760.
HSL color Cylindrical-coordinate representation of color #C0D938: hue angle of 69.32º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0D938 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 56 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.15 |
| HSL | 69.32º | 0.68% | 0.54% | - |
| HSV(B) | 69.32º | 0.74% | 0.85% | - |
| XYZ | 47.26 | 61.12 | 13.05 | - |
| YUV | 191.17 | 51.72 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 56 | 0.12 | 0 | 0.74 | 0.15 | 69.32 | 0.68 | 0.54 |
| Hex | C0 | D9 | 38 | C | 0 | 4A | F | 45 | 44 | 36 |
| Octal | 300 | 331 | 70 | 14 | 0 | 112 | 17 | 105 | 104 | 66 |
| Binary | 11000000 | 11011001 | 111000 | 1100 | 0 | 1001010 | 1111 | 1000101 | 1000100 | 110110 |
Color Harmonies of #C0D938
Complementary color
Monochromatic Colors of #C0D938
Black with #C0D938
Text Example
Text Example
White with #C0D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D938; }
p { color: rgb(192,217,56); }
H1.HeaderClassName
{
color: #C0D938;
}
.AnyTagClassName
{
color: #C0D938;
}
</style>
background-color css
<style>
a { background-color: #C0D938; }
a { background-color: rgb(192,217,56); }
div.DivClassName
{
background-color: #C0D938;
}
.BgClassName
{
background-color: #C0D938;
}
</style>
border-color css
<style>
span { border-color: #C0D938; }
span { border-color: rgb(192,217,56); }
td.TdClassName
{
border-color: #C0D938;
}
.TagClassName
{
border-color: #C0D938;
}
</style>