Shades of Las Palmas #C5D039
Tints of Las Palmas #C5D039
RGB
CMYK
RGB Variations
Color information
#C5D039 (or 0xC5D039) is known color: Las Palmas. HEX triplet: C5, D0 and 39. RGB value is (197,208,57). Sum of RGB (Red+Green+Blue) = 197+208+57=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 57 (22.66% from 255 or 12.34% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D039 is #3A2FC6. Grayscale: #BCBCBC. Windows color (decimal): -3813319 or 3788997. OLE color: 3788997.
HSL color Cylindrical-coordinate representation of color #C5D039: hue angle of 64.37º 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 #C5D039 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 57 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.18 |
| HSL | 64.37º | 0.62% | 0.52% | - |
| HSV(B) | 64.37º | 0.73% | 0.82% | - |
| XYZ | 46.32 | 57.28 | 12.49 | - |
| YUV | 187.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 57 | 0.05 | 0 | 0.73 | 0.18 | 64.37 | 0.62 | 0.52 |
| Hex | C5 | D0 | 39 | 5 | 0 | 49 | 12 | 40 | 3E | 34 |
| Octal | 305 | 320 | 71 | 5 | 0 | 111 | 22 | 100 | 76 | 64 |
| Binary | 11000101 | 11010000 | 111001 | 101 | 0 | 1001001 | 10010 | 1000000 | 111110 | 110100 |
Color Harmonies of #C5D039
Complementary color
Monochromatic Colors of #C5D039
Black with #C5D039
Text Example
Text Example
White with #C5D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D039; }
p { color: rgb(197,208,57); }
H1.HeaderClassName
{
color: #C5D039;
}
.AnyTagClassName
{
color: #C5D039;
}
</style>
background-color css
<style>
a { background-color: #C5D039; }
a { background-color: rgb(197,208,57); }
div.DivClassName
{
background-color: #C5D039;
}
.BgClassName
{
background-color: #C5D039;
}
</style>
border-color css
<style>
span { border-color: #C5D039; }
span { border-color: rgb(197,208,57); }
td.TdClassName
{
border-color: #C5D039;
}
.TagClassName
{
border-color: #C5D039;
}
</style>