Shades of Las Palmas #C3DA34
Tints of Las Palmas #C3DA34
RGB
CMYK
RGB Variations
Color information
#C3DA34 (or 0xC3DA34) is known color: Las Palmas. HEX triplet: C3, DA and 34. RGB value is (195,218,52). Sum of RGB (Red+Green+Blue) = 195+218+52=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DA34 is #3C25CB. Grayscale: #C0C0C0. Windows color (decimal): -3941836 or 3463875. OLE color: 3463875.
HSL color Cylindrical-coordinate representation of color #C3DA34: hue angle of 68.31º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3DA34 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 52 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.15 |
| HSL | 68.31º | 0.69% | 0.53% | - |
| HSV(B) | 68.31º | 0.76% | 0.85% | - |
| XYZ | 48.2 | 61.99 | 12.67 | - |
| YUV | 192.2 | 48.88 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 52 | 0.11 | 0 | 0.76 | 0.15 | 68.31 | 0.69 | 0.53 |
| Hex | C3 | DA | 34 | B | 0 | 4C | F | 44 | 45 | 35 |
| Octal | 303 | 332 | 64 | 13 | 0 | 114 | 17 | 104 | 105 | 65 |
| Binary | 11000011 | 11011010 | 110100 | 1011 | 0 | 1001100 | 1111 | 1000100 | 1000101 | 110101 |
Color Harmonies of #C3DA34
Complementary color
Monochromatic Colors of #C3DA34
Black with #C3DA34
Text Example
Text Example
White with #C3DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DA34; }
p { color: rgb(195,218,52); }
H1.HeaderClassName
{
color: #C3DA34;
}
.AnyTagClassName
{
color: #C3DA34;
}
</style>
background-color css
<style>
a { background-color: #C3DA34; }
a { background-color: rgb(195,218,52); }
div.DivClassName
{
background-color: #C3DA34;
}
.BgClassName
{
background-color: #C3DA34;
}
</style>
border-color css
<style>
span { border-color: #C3DA34; }
span { border-color: rgb(195,218,52); }
td.TdClassName
{
border-color: #C3DA34;
}
.TagClassName
{
border-color: #C3DA34;
}
</style>