Shades of Las Palmas #C2D835
Tints of Las Palmas #C2D835
RGB
CMYK
RGB Variations
Color information
#C2D835 (or 0xC2D835) is known color: Las Palmas. HEX triplet: C2, D8 and 35. RGB value is (194,216,53). Sum of RGB (Red+Green+Blue) = 194+216+53=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D835 is #3D27CA. Grayscale: #BFBFBF. Windows color (decimal): -4007883 or 3528898. OLE color: 3528898.
HSL color Cylindrical-coordinate representation of color #C2D835: hue angle of 68.1º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2D835 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 53 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.15 |
| HSL | 68.1º | 0.68% | 0.53% | - |
| HSV(B) | 68.1º | 0.75% | 0.85% | - |
| XYZ | 47.45 | 60.84 | 12.61 | - |
| YUV | 190.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 53 | 0.10 | 0 | 0.75 | 0.15 | 68.1 | 0.68 | 0.53 |
| Hex | C2 | D8 | 35 | A | 0 | 4B | F | 44 | 44 | 35 |
| Octal | 302 | 330 | 65 | 12 | 0 | 113 | 17 | 104 | 104 | 65 |
| Binary | 11000010 | 11011000 | 110101 | 1010 | 0 | 1001011 | 1111 | 1000100 | 1000100 | 110101 |
Color Harmonies of #C2D835
Complementary color
Monochromatic Colors of #C2D835
Black with #C2D835
Text Example
Text Example
White with #C2D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D835; }
p { color: rgb(194,216,53); }
H1.HeaderClassName
{
color: #C2D835;
}
.AnyTagClassName
{
color: #C2D835;
}
</style>
background-color css
<style>
a { background-color: #C2D835; }
a { background-color: rgb(194,216,53); }
div.DivClassName
{
background-color: #C2D835;
}
.BgClassName
{
background-color: #C2D835;
}
</style>
border-color css
<style>
span { border-color: #C2D835; }
span { border-color: rgb(194,216,53); }
td.TdClassName
{
border-color: #C2D835;
}
.TagClassName
{
border-color: #C2D835;
}
</style>