Shades of Las Palmas #C2E334
Tints of Las Palmas #C2E334
RGB
CMYK
RGB Variations
Color information
#C2E334 (or 0xC2E334) is known color: Las Palmas. HEX triplet: C2, E3 and 34. RGB value is (194,227,52). Sum of RGB (Red+Green+Blue) = 194+227+52=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E334 is #3D1CCB. Grayscale: #C5C5C5. Windows color (decimal): -4005068 or 3466178. OLE color: 3466178.
HSL color Cylindrical-coordinate representation of color #C2E334: hue angle of 71.31º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2E334 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 52 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.11 |
| HSL | 71.31º | 0.76% | 0.55% | - |
| HSV(B) | 71.31º | 0.77% | 0.89% | - |
| XYZ | 50.34 | 66.66 | 13.46 | - |
| YUV | 197.18 | 46.07 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 52 | 0.15 | 0 | 0.77 | 0.11 | 71.31 | 0.76 | 0.55 |
| Hex | C2 | E3 | 34 | F | 0 | 4D | B | 47 | 4C | 37 |
| Octal | 302 | 343 | 64 | 17 | 0 | 115 | 13 | 107 | 114 | 67 |
| Binary | 11000010 | 11100011 | 110100 | 1111 | 0 | 1001101 | 1011 | 1000111 | 1001100 | 110111 |
Color Harmonies of #C2E334
Complementary color
Monochromatic Colors of #C2E334
Black with #C2E334
Text Example
Text Example
White with #C2E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E334; }
p { color: rgb(194,227,52); }
H1.HeaderClassName
{
color: #C2E334;
}
.AnyTagClassName
{
color: #C2E334;
}
</style>
background-color css
<style>
a { background-color: #C2E334; }
a { background-color: rgb(194,227,52); }
div.DivClassName
{
background-color: #C2E334;
}
.BgClassName
{
background-color: #C2E334;
}
</style>
border-color css
<style>
span { border-color: #C2E334; }
span { border-color: rgb(194,227,52); }
td.TdClassName
{
border-color: #C2E334;
}
.TagClassName
{
border-color: #C2E334;
}
</style>