Shades of Las Palmas #C2D536
Tints of Las Palmas #C2D536
RGB
CMYK
RGB Variations
Color information
#C2D536 (or 0xC2D536) is known color: Las Palmas. HEX triplet: C2, D5 and 36. RGB value is (194,213,54). Sum of RGB (Red+Green+Blue) = 194+213+54=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D536 is #3D2AC9. Grayscale: #BDBDBD. Windows color (decimal): -4008650 or 3593666. OLE color: 3593666.
HSL color Cylindrical-coordinate representation of color #C2D536: hue angle of 67.17º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2D536 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 54 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.16 |
| HSL | 67.17º | 0.65% | 0.52% | - |
| HSV(B) | 67.17º | 0.75% | 0.84% | - |
| XYZ | 46.71 | 59.32 | 12.48 | - |
| YUV | 189.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 54 | 0.09 | 0 | 0.75 | 0.16 | 67.17 | 0.65 | 0.52 |
| Hex | C2 | D5 | 36 | 9 | 0 | 4B | 10 | 43 | 41 | 34 |
| Octal | 302 | 325 | 66 | 11 | 0 | 113 | 20 | 103 | 101 | 64 |
| Binary | 11000010 | 11010101 | 110110 | 1001 | 0 | 1001011 | 10000 | 1000011 | 1000001 | 110100 |
Color Harmonies of #C2D536
Complementary color
Monochromatic Colors of #C2D536
Black with #C2D536
Text Example
Text Example
White with #C2D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D536; }
p { color: rgb(194,213,54); }
H1.HeaderClassName
{
color: #C2D536;
}
.AnyTagClassName
{
color: #C2D536;
}
</style>
background-color css
<style>
a { background-color: #C2D536; }
a { background-color: rgb(194,213,54); }
div.DivClassName
{
background-color: #C2D536;
}
.BgClassName
{
background-color: #C2D536;
}
</style>
border-color css
<style>
span { border-color: #C2D536; }
span { border-color: rgb(194,213,54); }
td.TdClassName
{
border-color: #C2D536;
}
.TagClassName
{
border-color: #C2D536;
}
</style>