Shades of Las Palmas #C2EB41
Tints of Las Palmas #C2EB41
RGB
CMYK
RGB Variations
Color information
#C2EB41 (or 0xC2EB41) is known color: Las Palmas. HEX triplet: C2, EB and 41. RGB value is (194,235,65). Sum of RGB (Red+Green+Blue) = 194+235+65=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB41 is #3D14BE. Grayscale: #CCCCCC. Windows color (decimal): -4003007 or 4320194. OLE color: 4320194.
HSL color Cylindrical-coordinate representation of color #C2EB41: hue angle of 74.47º 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 #C2EB41 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 65 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.08 |
| HSL | 74.47º | 0.81% | 0.59% | - |
| HSV(B) | 74.47º | 0.72% | 0.92% | - |
| XYZ | 52.91 | 71.27 | 15.97 | - |
| YUV | 203.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 65 | 0.17 | 0 | 0.72 | 0.08 | 74.47 | 0.81 | 0.59 |
| Hex | C2 | EB | 41 | 11 | 0 | 48 | 8 | 4A | 51 | 3B |
| Octal | 302 | 353 | 101 | 21 | 0 | 110 | 10 | 112 | 121 | 73 |
| Binary | 11000010 | 11101011 | 1000001 | 10001 | 0 | 1001000 | 1000 | 1001010 | 1010001 | 111011 |
Color Harmonies of #C2EB41
Complementary color
Monochromatic Colors of #C2EB41
Black with #C2EB41
Text Example
Text Example
White with #C2EB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB41; }
p { color: rgb(194,235,65); }
H1.HeaderClassName
{
color: #C2EB41;
}
.AnyTagClassName
{
color: #C2EB41;
}
</style>
background-color css
<style>
a { background-color: #C2EB41; }
a { background-color: rgb(194,235,65); }
div.DivClassName
{
background-color: #C2EB41;
}
.BgClassName
{
background-color: #C2EB41;
}
</style>
border-color css
<style>
span { border-color: #C2EB41; }
span { border-color: rgb(194,235,65); }
td.TdClassName
{
border-color: #C2EB41;
}
.TagClassName
{
border-color: #C2EB41;
}
</style>