Shades of Las Palmas #C2D635
Tints of Las Palmas #C2D635
RGB
CMYK
RGB Variations
Color information
#C2D635 (or 0xC2D635) is known color: Las Palmas. HEX triplet: C2, D6 and 35. RGB value is (194,214,53). Sum of RGB (Red+Green+Blue) = 194+214+53=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D635 is #3D29CA. Grayscale: #BEBEBE. Windows color (decimal): -4008395 or 3528386. OLE color: 3528386.
HSL color Cylindrical-coordinate representation of color #C2D635: hue angle of 67.45º 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 #C2D635 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 53 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.16 |
| HSL | 67.45º | 0.66% | 0.52% | - |
| HSV(B) | 67.45º | 0.75% | 0.84% | - |
| XYZ | 46.94 | 59.82 | 12.44 | - |
| YUV | 189.67 | 50.87 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 53 | 0.09 | 0 | 0.75 | 0.16 | 67.45 | 0.66 | 0.52 |
| Hex | C2 | D6 | 35 | 9 | 0 | 4B | 10 | 43 | 42 | 34 |
| Octal | 302 | 326 | 65 | 11 | 0 | 113 | 20 | 103 | 102 | 64 |
| Binary | 11000010 | 11010110 | 110101 | 1001 | 0 | 1001011 | 10000 | 1000011 | 1000010 | 110100 |
Color Harmonies of #C2D635
Complementary color
Monochromatic Colors of #C2D635
Black with #C2D635
Text Example
Text Example
White with #C2D635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D635; }
p { color: rgb(194,214,53); }
H1.HeaderClassName
{
color: #C2D635;
}
.AnyTagClassName
{
color: #C2D635;
}
</style>
background-color css
<style>
a { background-color: #C2D635; }
a { background-color: rgb(194,214,53); }
div.DivClassName
{
background-color: #C2D635;
}
.BgClassName
{
background-color: #C2D635;
}
</style>
border-color css
<style>
span { border-color: #C2D635; }
span { border-color: rgb(194,214,53); }
td.TdClassName
{
border-color: #C2D635;
}
.TagClassName
{
border-color: #C2D635;
}
</style>