Shades of Las Palmas #C2ED3F
Tints of Las Palmas #C2ED3F
RGB
CMYK
RGB Variations
Color information
#C2ED3F (or 0xC2ED3F) is known color: Las Palmas. HEX triplet: C2, ED and 3F. RGB value is (194,237,63). Sum of RGB (Red+Green+Blue) = 194+237+63=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED3F is #3D12C0. Grayscale: #CCCCCC. Windows color (decimal): -4002497 or 4189634. OLE color: 4189634.
HSL color Cylindrical-coordinate representation of color #C2ED3F: hue angle of 74.83º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2ED3F is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 63 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.07 |
| HSL | 74.83º | 0.83% | 0.59% | - |
| HSV(B) | 74.83º | 0.73% | 0.93% | - |
| XYZ | 53.43 | 72.4 | 15.86 | - |
| YUV | 204.31 | 48.25 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 63 | 0.18 | 0 | 0.73 | 0.07 | 74.83 | 0.83 | 0.59 |
| Hex | C2 | ED | 3F | 12 | 0 | 49 | 7 | 4B | 53 | 3B |
| Octal | 302 | 355 | 77 | 22 | 0 | 111 | 7 | 113 | 123 | 73 |
| Binary | 11000010 | 11101101 | 111111 | 10010 | 0 | 1001001 | 111 | 1001011 | 1010011 | 111011 |
Color Harmonies of #C2ED3F
Complementary color
Monochromatic Colors of #C2ED3F
Black with #C2ED3F
Text Example
Text Example
White with #C2ED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED3F; }
p { color: rgb(194,237,63); }
H1.HeaderClassName
{
color: #C2ED3F;
}
.AnyTagClassName
{
color: #C2ED3F;
}
</style>
background-color css
<style>
a { background-color: #C2ED3F; }
a { background-color: rgb(194,237,63); }
div.DivClassName
{
background-color: #C2ED3F;
}
.BgClassName
{
background-color: #C2ED3F;
}
</style>
border-color css
<style>
span { border-color: #C2ED3F; }
span { border-color: rgb(194,237,63); }
td.TdClassName
{
border-color: #C2ED3F;
}
.TagClassName
{
border-color: #C2ED3F;
}
</style>