Shades of Las Palmas #C2ED45
Tints of Las Palmas #C2ED45
RGB
CMYK
RGB Variations
Color information
#C2ED45 (or 0xC2ED45) is known color: Las Palmas. HEX triplet: C2, ED and 45. RGB value is (194,237,69). Sum of RGB (Red+Green+Blue) = 194+237+69=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED45 is #3D12BA. Grayscale: #CDCDCD. Windows color (decimal): -4002491 or 4582850. OLE color: 4582850.
HSL color Cylindrical-coordinate representation of color #C2ED45: hue angle of 75.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2ED45 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 69 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.07 |
| HSL | 75.36º | 0.82% | 0.6% | - |
| HSV(B) | 75.36º | 0.71% | 0.93% | - |
| XYZ | 53.61 | 72.47 | 16.79 | - |
| YUV | 204.99 | 51.25 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 69 | 0.18 | 0 | 0.71 | 0.07 | 75.36 | 0.82 | 0.6 |
| Hex | C2 | ED | 45 | 12 | 0 | 47 | 7 | 4B | 52 | 3C |
| Octal | 302 | 355 | 105 | 22 | 0 | 107 | 7 | 113 | 122 | 74 |
| Binary | 11000010 | 11101101 | 1000101 | 10010 | 0 | 1000111 | 111 | 1001011 | 1010010 | 111100 |
Color Harmonies of #C2ED45
Complementary color
Monochromatic Colors of #C2ED45
Black with #C2ED45
Text Example
Text Example
White with #C2ED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED45; }
p { color: rgb(194,237,69); }
H1.HeaderClassName
{
color: #C2ED45;
}
.AnyTagClassName
{
color: #C2ED45;
}
</style>
background-color css
<style>
a { background-color: #C2ED45; }
a { background-color: rgb(194,237,69); }
div.DivClassName
{
background-color: #C2ED45;
}
.BgClassName
{
background-color: #C2ED45;
}
</style>
border-color css
<style>
span { border-color: #C2ED45; }
span { border-color: rgb(194,237,69); }
td.TdClassName
{
border-color: #C2ED45;
}
.TagClassName
{
border-color: #C2ED45;
}
</style>