Shades of Las Palmas #C2EE34
Tints of Las Palmas #C2EE34
RGB
CMYK
RGB Variations
Color information
#C2EE34 (or 0xC2EE34) is known color: Las Palmas. HEX triplet: C2, EE and 34. RGB value is (194,238,52). Sum of RGB (Red+Green+Blue) = 194+238+52=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EE34 is #3D11CB. Grayscale: #CCCCCC. Windows color (decimal): -4002252 or 3468994. OLE color: 3468994.
HSL color Cylindrical-coordinate representation of color #C2EE34: hue angle of 74.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2EE34 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 52 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.07 |
| HSL | 74.19º | 0.85% | 0.57% | - |
| HSV(B) | 74.19º | 0.78% | 0.93% | - |
| XYZ | 53.44 | 72.87 | 14.5 | - |
| YUV | 203.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 52 | 0.18 | 0 | 0.78 | 0.07 | 74.19 | 0.85 | 0.57 |
| Hex | C2 | EE | 34 | 12 | 0 | 4E | 7 | 4A | 55 | 39 |
| Octal | 302 | 356 | 64 | 22 | 0 | 116 | 7 | 112 | 125 | 71 |
| Binary | 11000010 | 11101110 | 110100 | 10010 | 0 | 1001110 | 111 | 1001010 | 1010101 | 111001 |
Color Harmonies of #C2EE34
Complementary color
Monochromatic Colors of #C2EE34
Black with #C2EE34
Text Example
Text Example
White with #C2EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE34; }
p { color: rgb(194,238,52); }
H1.HeaderClassName
{
color: #C2EE34;
}
.AnyTagClassName
{
color: #C2EE34;
}
</style>
background-color css
<style>
a { background-color: #C2EE34; }
a { background-color: rgb(194,238,52); }
div.DivClassName
{
background-color: #C2EE34;
}
.BgClassName
{
background-color: #C2EE34;
}
</style>
border-color css
<style>
span { border-color: #C2EE34; }
span { border-color: rgb(194,238,52); }
td.TdClassName
{
border-color: #C2EE34;
}
.TagClassName
{
border-color: #C2EE34;
}
</style>