Shades of Las Palmas #C2E33F
Tints of Las Palmas #C2E33F
RGB
CMYK
RGB Variations
Color information
#C2E33F (or 0xC2E33F) is known color: Las Palmas. HEX triplet: C2, E3 and 3F. RGB value is (194,227,63). Sum of RGB (Red+Green+Blue) = 194+227+63=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E33F is #3D1CC0. Grayscale: #C7C7C7. Windows color (decimal): -4005057 or 4187074. OLE color: 4187074.
HSL color Cylindrical-coordinate representation of color #C2E33F: hue angle of 72.07º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2E33F is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 63 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.11 |
| HSL | 72.07º | 0.75% | 0.57% | - |
| HSV(B) | 72.07º | 0.72% | 0.89% | - |
| XYZ | 50.61 | 66.77 | 14.92 | - |
| YUV | 198.44 | 51.57 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 63 | 0.15 | 0 | 0.72 | 0.11 | 72.07 | 0.75 | 0.57 |
| Hex | C2 | E3 | 3F | F | 0 | 48 | B | 48 | 4B | 39 |
| Octal | 302 | 343 | 77 | 17 | 0 | 110 | 13 | 110 | 113 | 71 |
| Binary | 11000010 | 11100011 | 111111 | 1111 | 0 | 1001000 | 1011 | 1001000 | 1001011 | 111001 |
Color Harmonies of #C2E33F
Complementary color
Monochromatic Colors of #C2E33F
Black with #C2E33F
Text Example
Text Example
White with #C2E33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E33F; }
p { color: rgb(194,227,63); }
H1.HeaderClassName
{
color: #C2E33F;
}
.AnyTagClassName
{
color: #C2E33F;
}
</style>
background-color css
<style>
a { background-color: #C2E33F; }
a { background-color: rgb(194,227,63); }
div.DivClassName
{
background-color: #C2E33F;
}
.BgClassName
{
background-color: #C2E33F;
}
</style>
border-color css
<style>
span { border-color: #C2E33F; }
span { border-color: rgb(194,227,63); }
td.TdClassName
{
border-color: #C2E33F;
}
.TagClassName
{
border-color: #C2E33F;
}
</style>