Shades of Las Palmas #C3D342
Tints of Las Palmas #C3D342
RGB
CMYK
RGB Variations
Color information
#C3D342 (or 0xC3D342) is known color: Las Palmas. HEX triplet: C3, D3 and 42. RGB value is (195,211,66). Sum of RGB (Red+Green+Blue) = 195+211+66=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D342 is #3C2CBD. Grayscale: #BEBEBE. Windows color (decimal): -3943614 or 4379587. OLE color: 4379587.
HSL color Cylindrical-coordinate representation of color #C3D342: hue angle of 66.62º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3D342 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 66 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.17 |
| HSL | 66.62º | 0.62% | 0.54% | - |
| HSV(B) | 66.62º | 0.69% | 0.83% | - |
| XYZ | 46.78 | 58.58 | 14 | - |
| YUV | 189.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 66 | 0.08 | 0 | 0.69 | 0.17 | 66.62 | 0.62 | 0.54 |
| Hex | C3 | D3 | 42 | 8 | 0 | 45 | 11 | 43 | 3E | 36 |
| Octal | 303 | 323 | 102 | 10 | 0 | 105 | 21 | 103 | 76 | 66 |
| Binary | 11000011 | 11010011 | 1000010 | 1000 | 0 | 1000101 | 10001 | 1000011 | 111110 | 110110 |
Color Harmonies of #C3D342
Complementary color
Monochromatic Colors of #C3D342
Black with #C3D342
Text Example
Text Example
White with #C3D342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D342; }
p { color: rgb(195,211,66); }
H1.HeaderClassName
{
color: #C3D342;
}
.AnyTagClassName
{
color: #C3D342;
}
</style>
background-color css
<style>
a { background-color: #C3D342; }
a { background-color: rgb(195,211,66); }
div.DivClassName
{
background-color: #C3D342;
}
.BgClassName
{
background-color: #C3D342;
}
</style>
border-color css
<style>
span { border-color: #C3D342; }
span { border-color: rgb(195,211,66); }
td.TdClassName
{
border-color: #C3D342;
}
.TagClassName
{
border-color: #C3D342;
}
</style>