Shades of Las Palmas #C3D045
Tints of Las Palmas #C3D045
RGB
CMYK
RGB Variations
Color information
#C3D045 (or 0xC3D045) is known color: Las Palmas. HEX triplet: C3, D0 and 45. RGB value is (195,208,69). Sum of RGB (Red+Green+Blue) = 195+208+69=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D045 is #3C2FBA. Grayscale: #BCBCBC. Windows color (decimal): -3944379 or 4575427. OLE color: 4575427.
HSL color Cylindrical-coordinate representation of color #C3D045: hue angle of 65.61º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3D045 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 69 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.18 |
| HSL | 65.61º | 0.6% | 0.54% | - |
| HSV(B) | 65.61º | 0.67% | 0.82% | - |
| XYZ | 46.14 | 57.14 | 14.23 | - |
| YUV | 188.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 69 | 0.06 | 0 | 0.67 | 0.18 | 65.61 | 0.6 | 0.54 |
| Hex | C3 | D0 | 45 | 6 | 0 | 43 | 12 | 42 | 3C | 36 |
| Octal | 303 | 320 | 105 | 6 | 0 | 103 | 22 | 102 | 74 | 66 |
| Binary | 11000011 | 11010000 | 1000101 | 110 | 0 | 1000011 | 10010 | 1000010 | 111100 | 110110 |
Color Harmonies of #C3D045
Complementary color
Monochromatic Colors of #C3D045
Black with #C3D045
Text Example
Text Example
White with #C3D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D045; }
p { color: rgb(195,208,69); }
H1.HeaderClassName
{
color: #C3D045;
}
.AnyTagClassName
{
color: #C3D045;
}
</style>
background-color css
<style>
a { background-color: #C3D045; }
a { background-color: rgb(195,208,69); }
div.DivClassName
{
background-color: #C3D045;
}
.BgClassName
{
background-color: #C3D045;
}
</style>
border-color css
<style>
span { border-color: #C3D045; }
span { border-color: rgb(195,208,69); }
td.TdClassName
{
border-color: #C3D045;
}
.TagClassName
{
border-color: #C3D045;
}
</style>