Shades of Las Palmas #C3D540
Tints of Las Palmas #C3D540
RGB
CMYK
RGB Variations
Color information
#C3D540 (or 0xC3D540) is known color: Las Palmas. HEX triplet: C3, D5 and 40. RGB value is (195,213,64). Sum of RGB (Red+Green+Blue) = 195+213+64=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D540 is #3C2ABF. Grayscale: #BFBFBF. Windows color (decimal): -3943104 or 4249027. OLE color: 4249027.
HSL color Cylindrical-coordinate representation of color #C3D540: hue angle of 67.25º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3D540 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 213 | 64 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.16 |
| HSL | 67.25º | 0.64% | 0.54% | - |
| HSV(B) | 67.25º | 0.7% | 0.84% | - |
| XYZ | 47.23 | 59.56 | 13.86 | - |
| YUV | 190.63 | 56.54 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 213 | 64 | 0.08 | 0 | 0.70 | 0.16 | 67.25 | 0.64 | 0.54 |
| Hex | C3 | D5 | 40 | 8 | 0 | 46 | 10 | 43 | 40 | 36 |
| Octal | 303 | 325 | 100 | 10 | 0 | 106 | 20 | 103 | 100 | 66 |
| Binary | 11000011 | 11010101 | 1000000 | 1000 | 0 | 1000110 | 10000 | 1000011 | 1000000 | 110110 |
Color Harmonies of #C3D540
Complementary color
Monochromatic Colors of #C3D540
Black with #C3D540
Text Example
Text Example
White with #C3D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D540; }
p { color: rgb(195,213,64); }
H1.HeaderClassName
{
color: #C3D540;
}
.AnyTagClassName
{
color: #C3D540;
}
</style>
background-color css
<style>
a { background-color: #C3D540; }
a { background-color: rgb(195,213,64); }
div.DivClassName
{
background-color: #C3D540;
}
.BgClassName
{
background-color: #C3D540;
}
</style>
border-color css
<style>
span { border-color: #C3D540; }
span { border-color: rgb(195,213,64); }
td.TdClassName
{
border-color: #C3D540;
}
.TagClassName
{
border-color: #C3D540;
}
</style>