Shades of Las Palmas #C2DE42
Tints of Las Palmas #C2DE42
RGB
CMYK
RGB Variations
Color information
#C2DE42 (or 0xC2DE42) is known color: Las Palmas. HEX triplet: C2, DE and 42. RGB value is (194,222,66). Sum of RGB (Red+Green+Blue) = 194+222+66=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DE42 is #3D21BD. Grayscale: #C4C4C4. Windows color (decimal): -4006334 or 4382402. OLE color: 4382402.
HSL color Cylindrical-coordinate representation of color #C2DE42: hue angle of 70.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2DE42 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 66 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.13 |
| HSL | 70.77º | 0.7% | 0.56% | - |
| HSV(B) | 70.77º | 0.7% | 0.87% | - |
| XYZ | 49.35 | 64.11 | 14.93 | - |
| YUV | 195.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 66 | 0.13 | 0 | 0.70 | 0.13 | 70.77 | 0.7 | 0.56 |
| Hex | C2 | DE | 42 | D | 0 | 46 | D | 47 | 46 | 38 |
| Octal | 302 | 336 | 102 | 15 | 0 | 106 | 15 | 107 | 106 | 70 |
| Binary | 11000010 | 11011110 | 1000010 | 1101 | 0 | 1000110 | 1101 | 1000111 | 1000110 | 111000 |
Color Harmonies of #C2DE42
Complementary color
Monochromatic Colors of #C2DE42
Black with #C2DE42
Text Example
Text Example
White with #C2DE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE42; }
p { color: rgb(194,222,66); }
H1.HeaderClassName
{
color: #C2DE42;
}
.AnyTagClassName
{
color: #C2DE42;
}
</style>
background-color css
<style>
a { background-color: #C2DE42; }
a { background-color: rgb(194,222,66); }
div.DivClassName
{
background-color: #C2DE42;
}
.BgClassName
{
background-color: #C2DE42;
}
</style>
border-color css
<style>
span { border-color: #C2DE42; }
span { border-color: rgb(194,222,66); }
td.TdClassName
{
border-color: #C2DE42;
}
.TagClassName
{
border-color: #C2DE42;
}
</style>