Shades of Las Palmas #C2D542
Tints of Las Palmas #C2D542
RGB
CMYK
RGB Variations
Color information
#C2D542 (or 0xC2D542) is known color: Las Palmas. HEX triplet: C2, D5 and 42. RGB value is (194,213,66). Sum of RGB (Red+Green+Blue) = 194+213+66=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D542 is #3D2ABD. Grayscale: #BFBFBF. Windows color (decimal): -4008638 or 4380098. OLE color: 4380098.
HSL color Cylindrical-coordinate representation of color #C2D542: hue angle of 67.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2D542 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
RGB | 194 | 213 | 66 | - |
CMYK | 0.09 | 0 | 0.69 | 0.16 |
HSL | 67.76º | 0.64% | 0.55% | - |
HSV(B) | 67.76º | 0.69% | 0.84% | - |
XYZ | 47.03 | 59.45 | 14.15 | - |
YUV | 190.56 | 57.71 | 130.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 213 | 66 | 0.09 | 0 | 0.69 | 0.16 | 67.76 | 0.64 | 0.55 |
Hex | C2 | D5 | 42 | 9 | 0 | 45 | 10 | 44 | 40 | 37 |
Octal | 302 | 325 | 102 | 11 | 0 | 105 | 20 | 104 | 100 | 67 |
Binary | 11000010 | 11010101 | 1000010 | 1001 | 0 | 1000101 | 10000 | 1000100 | 1000000 | 110111 |
Color Harmonies of #C2D542
Complementary color
Monochromatic Colors of #C2D542
Black with #C2D542
Text Example
Text Example
White with #C2D542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D542; }
p { color: rgb(194,213,66); }
H1.HeaderClassName
{
color: #C2D542;
}
.AnyTagClassName
{
color: #C2D542;
}
</style>
background-color css
<style>
a { background-color: #C2D542; }
a { background-color: rgb(194,213,66); }
div.DivClassName
{
background-color: #C2D542;
}
.BgClassName
{
background-color: #C2D542;
}
</style>
border-color css
<style>
span { border-color: #C2D542; }
span { border-color: rgb(194,213,66); }
td.TdClassName
{
border-color: #C2D542;
}
.TagClassName
{
border-color: #C2D542;
}
</style>