Shades of Las Palmas #C7ED49
Tints of Las Palmas #C7ED49
RGB
CMYK
RGB Variations
Color information
#C7ED49 (or 0xC7ED49) is known color: Las Palmas. HEX triplet: C7, ED and 49. RGB value is (199,237,73). Sum of RGB (Red+Green+Blue) = 199+237+73=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7ED49 is #3812B6. Grayscale: #CFCFCF. Windows color (decimal): -3674807 or 4844999. OLE color: 4844999.
HSL color Cylindrical-coordinate representation of color #C7ED49: hue angle of 73.9º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7ED49 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 73 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.07 |
| HSL | 73.9º | 0.82% | 0.61% | - |
| HSV(B) | 73.9º | 0.69% | 0.93% | - |
| XYZ | 55.04 | 73.19 | 17.53 | - |
| YUV | 206.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 73 | 0.16 | 0 | 0.69 | 0.07 | 73.9 | 0.82 | 0.61 |
| Hex | C7 | ED | 49 | 10 | 0 | 45 | 7 | 4A | 52 | 3D |
| Octal | 307 | 355 | 111 | 20 | 0 | 105 | 7 | 112 | 122 | 75 |
| Binary | 11000111 | 11101101 | 1001001 | 10000 | 0 | 1000101 | 111 | 1001010 | 1010010 | 111101 |
Color Harmonies of #C7ED49
Complementary color
Monochromatic Colors of #C7ED49
Black with #C7ED49
Text Example
Text Example
White with #C7ED49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED49; }
p { color: rgb(199,237,73); }
H1.HeaderClassName
{
color: #C7ED49;
}
.AnyTagClassName
{
color: #C7ED49;
}
</style>
background-color css
<style>
a { background-color: #C7ED49; }
a { background-color: rgb(199,237,73); }
div.DivClassName
{
background-color: #C7ED49;
}
.BgClassName
{
background-color: #C7ED49;
}
</style>
border-color css
<style>
span { border-color: #C7ED49; }
span { border-color: rgb(199,237,73); }
td.TdClassName
{
border-color: #C7ED49;
}
.TagClassName
{
border-color: #C7ED49;
}
</style>