Shades of Las Palmas #C2D53C
Tints of Las Palmas #C2D53C
RGB
CMYK
RGB Variations
Color information
#C2D53C (or 0xC2D53C) is known color: Las Palmas. HEX triplet: C2, D5 and 3C. RGB value is (194,213,60). Sum of RGB (Red+Green+Blue) = 194+213+60=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D53C is #3D2AC3. Grayscale: #BEBEBE. Windows color (decimal): -4008644 or 3986882. OLE color: 3986882.
HSL color Cylindrical-coordinate representation of color #C2D53C: hue angle of 67.45º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2D53C is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 60 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.16 |
| HSL | 67.45º | 0.65% | 0.54% | - |
| HSV(B) | 67.45º | 0.72% | 0.84% | - |
| XYZ | 46.86 | 59.38 | 13.27 | - |
| YUV | 189.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 60 | 0.09 | 0 | 0.72 | 0.16 | 67.45 | 0.65 | 0.54 |
| Hex | C2 | D5 | 3C | 9 | 0 | 48 | 10 | 43 | 41 | 36 |
| Octal | 302 | 325 | 74 | 11 | 0 | 110 | 20 | 103 | 101 | 66 |
| Binary | 11000010 | 11010101 | 111100 | 1001 | 0 | 1001000 | 10000 | 1000011 | 1000001 | 110110 |
Color Harmonies of #C2D53C
Complementary color
Monochromatic Colors of #C2D53C
Black with #C2D53C
Text Example
Text Example
White with #C2D53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D53C; }
p { color: rgb(194,213,60); }
H1.HeaderClassName
{
color: #C2D53C;
}
.AnyTagClassName
{
color: #C2D53C;
}
</style>
background-color css
<style>
a { background-color: #C2D53C; }
a { background-color: rgb(194,213,60); }
div.DivClassName
{
background-color: #C2D53C;
}
.BgClassName
{
background-color: #C2D53C;
}
</style>
border-color css
<style>
span { border-color: #C2D53C; }
span { border-color: rgb(194,213,60); }
td.TdClassName
{
border-color: #C2D53C;
}
.TagClassName
{
border-color: #C2D53C;
}
</style>