Shades of Las Palmas #C5D33D
Tints of Las Palmas #C5D33D
RGB
CMYK
RGB Variations
Color information
#C5D33D (or 0xC5D33D) is known color: Las Palmas. HEX triplet: C5, D3 and 3D. RGB value is (197,211,61). Sum of RGB (Red+Green+Blue) = 197+211+61=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 61 (24.22% from 255 or 13.01% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D33D is #3A2CC2. Grayscale: #BEBEBE. Windows color (decimal): -3812547 or 4051909. OLE color: 4051909.
HSL color Cylindrical-coordinate representation of color #C5D33D: hue angle of 65.6º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5D33D is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 61 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.17 |
| HSL | 65.6º | 0.63% | 0.53% | - |
| HSV(B) | 65.6º | 0.71% | 0.83% | - |
| XYZ | 47.16 | 58.8 | 13.28 | - |
| YUV | 189.71 | 55.36 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 61 | 0.07 | 0 | 0.71 | 0.17 | 65.6 | 0.63 | 0.53 |
| Hex | C5 | D3 | 3D | 7 | 0 | 47 | 11 | 42 | 3F | 35 |
| Octal | 305 | 323 | 75 | 7 | 0 | 107 | 21 | 102 | 77 | 65 |
| Binary | 11000101 | 11010011 | 111101 | 111 | 0 | 1000111 | 10001 | 1000010 | 111111 | 110101 |
Color Harmonies of #C5D33D
Complementary color
Monochromatic Colors of #C5D33D
Black with #C5D33D
Text Example
Text Example
White with #C5D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D33D; }
p { color: rgb(197,211,61); }
H1.HeaderClassName
{
color: #C5D33D;
}
.AnyTagClassName
{
color: #C5D33D;
}
</style>
background-color css
<style>
a { background-color: #C5D33D; }
a { background-color: rgb(197,211,61); }
div.DivClassName
{
background-color: #C5D33D;
}
.BgClassName
{
background-color: #C5D33D;
}
</style>
border-color css
<style>
span { border-color: #C5D33D; }
span { border-color: rgb(197,211,61); }
td.TdClassName
{
border-color: #C5D33D;
}
.TagClassName
{
border-color: #C5D33D;
}
</style>