Shades of Las Palmas #C2DA33
Tints of Las Palmas #C2DA33
RGB
CMYK
RGB Variations
Color information
#C2DA33 (or 0xC2DA33) is known color: Las Palmas. HEX triplet: C2, DA and 33. RGB value is (194,218,51). Sum of RGB (Red+Green+Blue) = 194+218+51=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 51 (20.31% from 255 or 11.02% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DA33 is #3D25CC. Grayscale: #C0C0C0. Windows color (decimal): -4007373 or 3398338. OLE color: 3398338.
HSL color Cylindrical-coordinate representation of color #C2DA33: hue angle of 68.62º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2DA33 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 51 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.15 |
| HSL | 68.62º | 0.69% | 0.53% | - |
| HSV(B) | 68.62º | 0.77% | 0.85% | - |
| XYZ | 47.92 | 61.85 | 12.54 | - |
| YUV | 191.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 51 | 0.11 | 0 | 0.77 | 0.15 | 68.62 | 0.69 | 0.53 |
| Hex | C2 | DA | 33 | B | 0 | 4D | F | 45 | 45 | 35 |
| Octal | 302 | 332 | 63 | 13 | 0 | 115 | 17 | 105 | 105 | 65 |
| Binary | 11000010 | 11011010 | 110011 | 1011 | 0 | 1001101 | 1111 | 1000101 | 1000101 | 110101 |
Color Harmonies of #C2DA33
Complementary color
Monochromatic Colors of #C2DA33
Black with #C2DA33
Text Example
Text Example
White with #C2DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA33; }
p { color: rgb(194,218,51); }
H1.HeaderClassName
{
color: #C2DA33;
}
.AnyTagClassName
{
color: #C2DA33;
}
</style>
background-color css
<style>
a { background-color: #C2DA33; }
a { background-color: rgb(194,218,51); }
div.DivClassName
{
background-color: #C2DA33;
}
.BgClassName
{
background-color: #C2DA33;
}
</style>
border-color css
<style>
span { border-color: #C2DA33; }
span { border-color: rgb(194,218,51); }
td.TdClassName
{
border-color: #C2DA33;
}
.TagClassName
{
border-color: #C2DA33;
}
</style>