Shades of Las Palmas #C2EA2F
Tints of Las Palmas #C2EA2F
RGB
CMYK
RGB Variations
Color information
#C2EA2F (or 0xC2EA2F) is known color: Las Palmas. HEX triplet: C2, EA and 2F. RGB value is (194,234,47). Sum of RGB (Red+Green+Blue) = 194+234+47=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA2F is #3D15D0. Grayscale: #C9C9C9. Windows color (decimal): -4003281 or 3140290. OLE color: 3140290.
HSL color Cylindrical-coordinate representation of color #C2EA2F: hue angle of 72.83º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2EA2F is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 47 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.08 |
| HSL | 72.83º | 0.82% | 0.55% | - |
| HSV(B) | 72.83º | 0.8% | 0.92% | - |
| XYZ | 52.18 | 70.52 | 13.55 | - |
| YUV | 200.72 | 41.25 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 47 | 0.17 | 0 | 0.80 | 0.08 | 72.83 | 0.82 | 0.55 |
| Hex | C2 | EA | 2F | 11 | 0 | 50 | 8 | 49 | 52 | 37 |
| Octal | 302 | 352 | 57 | 21 | 0 | 120 | 10 | 111 | 122 | 67 |
| Binary | 11000010 | 11101010 | 101111 | 10001 | 0 | 1010000 | 1000 | 1001001 | 1010010 | 110111 |
Color Harmonies of #C2EA2F
Complementary color
Monochromatic Colors of #C2EA2F
Black with #C2EA2F
Text Example
Text Example
White with #C2EA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EA2F; }
p { color: rgb(194,234,47); }
H1.HeaderClassName
{
color: #C2EA2F;
}
.AnyTagClassName
{
color: #C2EA2F;
}
</style>
background-color css
<style>
a { background-color: #C2EA2F; }
a { background-color: rgb(194,234,47); }
div.DivClassName
{
background-color: #C2EA2F;
}
.BgClassName
{
background-color: #C2EA2F;
}
</style>
border-color css
<style>
span { border-color: #C2EA2F; }
span { border-color: rgb(194,234,47); }
td.TdClassName
{
border-color: #C2EA2F;
}
.TagClassName
{
border-color: #C2EA2F;
}
</style>