Shades of Las Palmas #C2E934
Tints of Las Palmas #C2E934
RGB
CMYK
RGB Variations
Color information
#C2E934 (or 0xC2E934) is known color: Las Palmas. HEX triplet: C2, E9 and 34. RGB value is (194,233,52). Sum of RGB (Red+Green+Blue) = 194+233+52=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 233 (91.41% from 255 or 48.64% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E934 is #3D16CB. Grayscale: #C9C9C9. Windows color (decimal): -4003532 or 3467714. OLE color: 3467714.
HSL color Cylindrical-coordinate representation of color #C2E934: hue angle of 72.93º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2E934 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 52 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.09 |
| HSL | 72.93º | 0.8% | 0.56% | - |
| HSV(B) | 72.93º | 0.78% | 0.91% | - |
| XYZ | 52.01 | 70 | 14.02 | - |
| YUV | 200.71 | 44.08 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 52 | 0.17 | 0 | 0.78 | 0.09 | 72.93 | 0.8 | 0.56 |
| Hex | C2 | E9 | 34 | 11 | 0 | 4E | 9 | 49 | 50 | 38 |
| Octal | 302 | 351 | 64 | 21 | 0 | 116 | 11 | 111 | 120 | 70 |
| Binary | 11000010 | 11101001 | 110100 | 10001 | 0 | 1001110 | 1001 | 1001001 | 1010000 | 111000 |
Color Harmonies of #C2E934
Complementary color
Monochromatic Colors of #C2E934
Black with #C2E934
Text Example
Text Example
White with #C2E934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E934; }
p { color: rgb(194,233,52); }
H1.HeaderClassName
{
color: #C2E934;
}
.AnyTagClassName
{
color: #C2E934;
}
</style>
background-color css
<style>
a { background-color: #C2E934; }
a { background-color: rgb(194,233,52); }
div.DivClassName
{
background-color: #C2E934;
}
.BgClassName
{
background-color: #C2E934;
}
</style>
border-color css
<style>
span { border-color: #C2E934; }
span { border-color: rgb(194,233,52); }
td.TdClassName
{
border-color: #C2E934;
}
.TagClassName
{
border-color: #C2E934;
}
</style>