Shades of Las Palmas #C2D840
Tints of Las Palmas #C2D840
RGB
CMYK
RGB Variations
Color information
#C2D840 (or 0xC2D840) is known color: Las Palmas. HEX triplet: C2, D8 and 40. RGB value is (194,216,64). Sum of RGB (Red+Green+Blue) = 194+216+64=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D840 is #3D27BF. Grayscale: #C0C0C0. Windows color (decimal): -4007872 or 4249794. OLE color: 4249794.
HSL color Cylindrical-coordinate representation of color #C2D840: hue angle of 68.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2D840 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 64 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.15 |
| HSL | 68.68º | 0.66% | 0.55% | - |
| HSV(B) | 68.68º | 0.7% | 0.85% | - |
| XYZ | 47.73 | 60.95 | 14.1 | - |
| YUV | 192.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 64 | 0.10 | 0 | 0.70 | 0.15 | 68.68 | 0.66 | 0.55 |
| Hex | C2 | D8 | 40 | A | 0 | 46 | F | 45 | 42 | 37 |
| Octal | 302 | 330 | 100 | 12 | 0 | 106 | 17 | 105 | 102 | 67 |
| Binary | 11000010 | 11011000 | 1000000 | 1010 | 0 | 1000110 | 1111 | 1000101 | 1000010 | 110111 |
Color Harmonies of #C2D840
Complementary color
Monochromatic Colors of #C2D840
Black with #C2D840
Text Example
Text Example
White with #C2D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D840; }
p { color: rgb(194,216,64); }
H1.HeaderClassName
{
color: #C2D840;
}
.AnyTagClassName
{
color: #C2D840;
}
</style>
background-color css
<style>
a { background-color: #C2D840; }
a { background-color: rgb(194,216,64); }
div.DivClassName
{
background-color: #C2D840;
}
.BgClassName
{
background-color: #C2D840;
}
</style>
border-color css
<style>
span { border-color: #C2D840; }
span { border-color: rgb(194,216,64); }
td.TdClassName
{
border-color: #C2D840;
}
.TagClassName
{
border-color: #C2D840;
}
</style>