Shades of Las Palmas #C2D535
Tints of Las Palmas #C2D535
RGB
CMYK
RGB Variations
Color information
#C2D535 (or 0xC2D535) is known color: Las Palmas. HEX triplet: C2, D5 and 35. RGB value is (194,213,53). Sum of RGB (Red+Green+Blue) = 194+213+53=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D535 is #3D2ACA. Grayscale: #BDBDBD. Windows color (decimal): -4008651 or 3528130. OLE color: 3528130.
HSL color Cylindrical-coordinate representation of color #C2D535: hue angle of 67.12º degrees, saturation: 0.66, 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 #C2D535 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 53 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.16 |
| HSL | 67.13º | 0.66% | 0.52% | - |
| HSV(B) | 67.13º | 0.75% | 0.84% | - |
| XYZ | 46.68 | 59.31 | 12.36 | - |
| YUV | 189.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 53 | 0.09 | 0 | 0.75 | 0.16 | 67.13 | 0.66 | 0.52 |
| Hex | C2 | D5 | 35 | 9 | 0 | 4B | 10 | 43 | 42 | 34 |
| Octal | 302 | 325 | 65 | 11 | 0 | 113 | 20 | 103 | 102 | 64 |
| Binary | 11000010 | 11010101 | 110101 | 1001 | 0 | 1001011 | 10000 | 1000011 | 1000010 | 110100 |
Color Harmonies of #C2D535
Complementary color
Monochromatic Colors of #C2D535
Black with #C2D535
Text Example
Text Example
White with #C2D535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D535; }
p { color: rgb(194,213,53); }
H1.HeaderClassName
{
color: #C2D535;
}
.AnyTagClassName
{
color: #C2D535;
}
</style>
background-color css
<style>
a { background-color: #C2D535; }
a { background-color: rgb(194,213,53); }
div.DivClassName
{
background-color: #C2D535;
}
.BgClassName
{
background-color: #C2D535;
}
</style>
border-color css
<style>
span { border-color: #C2D535; }
span { border-color: rgb(194,213,53); }
td.TdClassName
{
border-color: #C2D535;
}
.TagClassName
{
border-color: #C2D535;
}
</style>