Shades of Las Palmas #C2D444
Tints of Las Palmas #C2D444
RGB
CMYK
RGB Variations
Color information
#C2D444 (or 0xC2D444) is known color: Las Palmas. HEX triplet: C2, D4 and 44. RGB value is (194,212,68). Sum of RGB (Red+Green+Blue) = 194+212+68=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D444 is #3D2BBB. Grayscale: #BEBEBE. Windows color (decimal): -4008892 or 4510914. OLE color: 4510914.
HSL color Cylindrical-coordinate representation of color #C2D444: hue angle of 67.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2D444 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 68 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.17 |
| HSL | 67.5º | 0.63% | 0.55% | - |
| HSV(B) | 67.5º | 0.68% | 0.83% | - |
| XYZ | 46.84 | 58.97 | 14.38 | - |
| YUV | 190.2 | 59.04 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 68 | 0.08 | 0 | 0.68 | 0.17 | 67.5 | 0.63 | 0.55 |
| Hex | C2 | D4 | 44 | 8 | 0 | 44 | 11 | 44 | 3F | 37 |
| Octal | 302 | 324 | 104 | 10 | 0 | 104 | 21 | 104 | 77 | 67 |
| Binary | 11000010 | 11010100 | 1000100 | 1000 | 0 | 1000100 | 10001 | 1000100 | 111111 | 110111 |
Color Harmonies of #C2D444
Complementary color
Monochromatic Colors of #C2D444
Black with #C2D444
Text Example
Text Example
White with #C2D444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D444; }
p { color: rgb(194,212,68); }
H1.HeaderClassName
{
color: #C2D444;
}
.AnyTagClassName
{
color: #C2D444;
}
</style>
background-color css
<style>
a { background-color: #C2D444; }
a { background-color: rgb(194,212,68); }
div.DivClassName
{
background-color: #C2D444;
}
.BgClassName
{
background-color: #C2D444;
}
</style>
border-color css
<style>
span { border-color: #C2D444; }
span { border-color: rgb(194,212,68); }
td.TdClassName
{
border-color: #C2D444;
}
.TagClassName
{
border-color: #C2D444;
}
</style>