Shades of Las Palmas #C2DA3B
Tints of Las Palmas #C2DA3B
RGB
CMYK
RGB Variations
Color information
#C2DA3B (or 0xC2DA3B) is known color: Las Palmas. HEX triplet: C2, DA and 3B. RGB value is (194,218,59). Sum of RGB (Red+Green+Blue) = 194+218+59=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA3B is #3D25C4. Grayscale: #C1C1C1. Windows color (decimal): -4007365 or 3922626. OLE color: 3922626.
HSL color Cylindrical-coordinate representation of color #C2DA3B: hue angle of 69.06º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2DA3B is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 59 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.15 |
| HSL | 69.06º | 0.68% | 0.54% | - |
| HSV(B) | 69.06º | 0.73% | 0.85% | - |
| XYZ | 48.11 | 61.93 | 13.56 | - |
| YUV | 192.7 | 52.55 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 59 | 0.11 | 0 | 0.73 | 0.15 | 69.06 | 0.68 | 0.54 |
| Hex | C2 | DA | 3B | B | 0 | 49 | F | 45 | 44 | 36 |
| Octal | 302 | 332 | 73 | 13 | 0 | 111 | 17 | 105 | 104 | 66 |
| Binary | 11000010 | 11011010 | 111011 | 1011 | 0 | 1001001 | 1111 | 1000101 | 1000100 | 110110 |
Color Harmonies of #C2DA3B
Complementary color
Monochromatic Colors of #C2DA3B
Black with #C2DA3B
Text Example
Text Example
White with #C2DA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA3B; }
p { color: rgb(194,218,59); }
H1.HeaderClassName
{
color: #C2DA3B;
}
.AnyTagClassName
{
color: #C2DA3B;
}
</style>
background-color css
<style>
a { background-color: #C2DA3B; }
a { background-color: rgb(194,218,59); }
div.DivClassName
{
background-color: #C2DA3B;
}
.BgClassName
{
background-color: #C2DA3B;
}
</style>
border-color css
<style>
span { border-color: #C2DA3B; }
span { border-color: rgb(194,218,59); }
td.TdClassName
{
border-color: #C2DA3B;
}
.TagClassName
{
border-color: #C2DA3B;
}
</style>