Shades of Las Palmas #C2EB42
Tints of Las Palmas #C2EB42
RGB
CMYK
RGB Variations
Color information
#C2EB42 (or 0xC2EB42) is known color: Las Palmas. HEX triplet: C2, EB and 42. RGB value is (194,235,66). Sum of RGB (Red+Green+Blue) = 194+235+66=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB42 is #3D14BD. Grayscale: #CCCCCC. Windows color (decimal): -4003006 or 4385730. OLE color: 4385730.
HSL color Cylindrical-coordinate representation of color #C2EB42: hue angle of 74.56º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2EB42 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 66 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.08 |
| HSL | 74.56º | 0.81% | 0.59% | - |
| HSV(B) | 74.56º | 0.72% | 0.92% | - |
| XYZ | 52.94 | 71.28 | 16.12 | - |
| YUV | 203.48 | 50.42 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 66 | 0.17 | 0 | 0.72 | 0.08 | 74.56 | 0.81 | 0.59 |
| Hex | C2 | EB | 42 | 11 | 0 | 48 | 8 | 4B | 51 | 3B |
| Octal | 302 | 353 | 102 | 21 | 0 | 110 | 10 | 113 | 121 | 73 |
| Binary | 11000010 | 11101011 | 1000010 | 10001 | 0 | 1001000 | 1000 | 1001011 | 1010001 | 111011 |
Color Harmonies of #C2EB42
Complementary color
Monochromatic Colors of #C2EB42
Black with #C2EB42
Text Example
Text Example
White with #C2EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB42; }
p { color: rgb(194,235,66); }
H1.HeaderClassName
{
color: #C2EB42;
}
.AnyTagClassName
{
color: #C2EB42;
}
</style>
background-color css
<style>
a { background-color: #C2EB42; }
a { background-color: rgb(194,235,66); }
div.DivClassName
{
background-color: #C2EB42;
}
.BgClassName
{
background-color: #C2EB42;
}
</style>
border-color css
<style>
span { border-color: #C2EB42; }
span { border-color: rgb(194,235,66); }
td.TdClassName
{
border-color: #C2EB42;
}
.TagClassName
{
border-color: #C2EB42;
}
</style>