Shades of Las Palmas #C0D039
Tints of Las Palmas #C0D039
RGB
CMYK
RGB Variations
Color information
#C0D039 (or 0xC0D039) is known color: Las Palmas. HEX triplet: C0, D0 and 39. RGB value is (192,208,57). Sum of RGB (Red+Green+Blue) = 192+208+57=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D039 is #3F2FC6. Grayscale: #BABABA. Windows color (decimal): -4140999 or 3788992. OLE color: 3788992.
HSL color Cylindrical-coordinate representation of color #C0D039: hue angle of 66.36º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0D039 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 57 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.18 |
| HSL | 66.36º | 0.62% | 0.52% | - |
| HSV(B) | 66.36º | 0.73% | 0.82% | - |
| XYZ | 45.03 | 56.61 | 12.42 | - |
| YUV | 186 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 57 | 0.08 | 0 | 0.73 | 0.18 | 66.36 | 0.62 | 0.52 |
| Hex | C0 | D0 | 39 | 8 | 0 | 49 | 12 | 42 | 3E | 34 |
| Octal | 300 | 320 | 71 | 10 | 0 | 111 | 22 | 102 | 76 | 64 |
| Binary | 11000000 | 11010000 | 111001 | 1000 | 0 | 1001001 | 10010 | 1000010 | 111110 | 110100 |
Color Harmonies of #C0D039
Complementary color
Monochromatic Colors of #C0D039
Black with #C0D039
Text Example
Text Example
White with #C0D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D039; }
p { color: rgb(192,208,57); }
H1.HeaderClassName
{
color: #C0D039;
}
.AnyTagClassName
{
color: #C0D039;
}
</style>
background-color css
<style>
a { background-color: #C0D039; }
a { background-color: rgb(192,208,57); }
div.DivClassName
{
background-color: #C0D039;
}
.BgClassName
{
background-color: #C0D039;
}
</style>
border-color css
<style>
span { border-color: #C0D039; }
span { border-color: rgb(192,208,57); }
td.TdClassName
{
border-color: #C0D039;
}
.TagClassName
{
border-color: #C0D039;
}
</style>