Shades of Las Palmas #C2EE35
Tints of Las Palmas #C2EE35
RGB
CMYK
RGB Variations
Color information
#C2EE35 (or 0xC2EE35) is known color: Las Palmas. HEX triplet: C2, EE and 35. RGB value is (194,238,53). Sum of RGB (Red+Green+Blue) = 194+238+53=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EE35 is #3D11CA. Grayscale: #CCCCCC. Windows color (decimal): -4002251 or 3534530. OLE color: 3534530.
HSL color Cylindrical-coordinate representation of color #C2EE35: hue angle of 74.27º degrees, saturation: 0.84, 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 #C2EE35 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 238 | 53 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.07 |
| HSL | 74.27º | 0.84% | 0.57% | - |
| HSV(B) | 74.27º | 0.78% | 0.93% | - |
| XYZ | 53.47 | 72.88 | 14.62 | - |
| YUV | 203.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 238 | 53 | 0.18 | 0 | 0.78 | 0.07 | 74.27 | 0.84 | 0.57 |
| Hex | C2 | EE | 35 | 12 | 0 | 4E | 7 | 4A | 54 | 39 |
| Octal | 302 | 356 | 65 | 22 | 0 | 116 | 7 | 112 | 124 | 71 |
| Binary | 11000010 | 11101110 | 110101 | 10010 | 0 | 1001110 | 111 | 1001010 | 1010100 | 111001 |
Color Harmonies of #C2EE35
Complementary color
Monochromatic Colors of #C2EE35
Black with #C2EE35
Text Example
Text Example
White with #C2EE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EE35; }
p { color: rgb(194,238,53); }
H1.HeaderClassName
{
color: #C2EE35;
}
.AnyTagClassName
{
color: #C2EE35;
}
</style>
background-color css
<style>
a { background-color: #C2EE35; }
a { background-color: rgb(194,238,53); }
div.DivClassName
{
background-color: #C2EE35;
}
.BgClassName
{
background-color: #C2EE35;
}
</style>
border-color css
<style>
span { border-color: #C2EE35; }
span { border-color: rgb(194,238,53); }
td.TdClassName
{
border-color: #C2EE35;
}
.TagClassName
{
border-color: #C2EE35;
}
</style>