Shades of Las Palmas #C2D945
Tints of Las Palmas #C2D945
RGB
CMYK
RGB Variations
Color information
#C2D945 (or 0xC2D945) is known color: Las Palmas. HEX triplet: C2, D9 and 45. RGB value is (194,217,69). Sum of RGB (Red+Green+Blue) = 194+217+69=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D945 is #3D26BA. Grayscale: #C1C1C1. Windows color (decimal): -4007611 or 4577730. OLE color: 4577730.
HSL color Cylindrical-coordinate representation of color #C2D945: hue angle of 69.32º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2D945 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 69 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.15 |
| HSL | 69.32º | 0.66% | 0.56% | - |
| HSV(B) | 69.32º | 0.68% | 0.85% | - |
| XYZ | 48.14 | 61.52 | 14.97 | - |
| YUV | 193.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 69 | 0.11 | 0 | 0.68 | 0.15 | 69.32 | 0.66 | 0.56 |
| Hex | C2 | D9 | 45 | B | 0 | 44 | F | 45 | 42 | 38 |
| Octal | 302 | 331 | 105 | 13 | 0 | 104 | 17 | 105 | 102 | 70 |
| Binary | 11000010 | 11011001 | 1000101 | 1011 | 0 | 1000100 | 1111 | 1000101 | 1000010 | 111000 |
Color Harmonies of #C2D945
Complementary color
Monochromatic Colors of #C2D945
Black with #C2D945
Text Example
Text Example
White with #C2D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D945; }
p { color: rgb(194,217,69); }
H1.HeaderClassName
{
color: #C2D945;
}
.AnyTagClassName
{
color: #C2D945;
}
</style>
background-color css
<style>
a { background-color: #C2D945; }
a { background-color: rgb(194,217,69); }
div.DivClassName
{
background-color: #C2D945;
}
.BgClassName
{
background-color: #C2D945;
}
</style>
border-color css
<style>
span { border-color: #C2D945; }
span { border-color: rgb(194,217,69); }
td.TdClassName
{
border-color: #C2D945;
}
.TagClassName
{
border-color: #C2D945;
}
</style>