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