Shades of Las Palmas #C5F445
Tints of Las Palmas #C5F445
RGB
CMYK
RGB Variations
Color information
#C5F445 (or 0xC5F445) is known color: Las Palmas. HEX triplet: C5, F4 and 45. RGB value is (197,244,69). Sum of RGB (Red+Green+Blue) = 197+244+69=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F445 is #3A0BBA. Grayscale: #D2D2D2. Windows color (decimal): -3804091 or 4584645. OLE color: 4584645.
HSL color Cylindrical-coordinate representation of color #C5F445: hue angle of 76.11º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5F445 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 69 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.04 |
| HSL | 76.11º | 0.89% | 0.61% | - |
| HSV(B) | 76.11º | 0.72% | 0.96% | - |
| XYZ | 56.45 | 77 | 17.52 | - |
| YUV | 210 | 48.43 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 69 | 0.19 | 0 | 0.72 | 0.04 | 76.11 | 0.89 | 0.61 |
| Hex | C5 | F4 | 45 | 13 | 0 | 48 | 4 | 4C | 59 | 3D |
| Octal | 305 | 364 | 105 | 23 | 0 | 110 | 4 | 114 | 131 | 75 |
| Binary | 11000101 | 11110100 | 1000101 | 10011 | 0 | 1001000 | 100 | 1001100 | 1011001 | 111101 |
Color Harmonies of #C5F445
Complementary color
Monochromatic Colors of #C5F445
Black with #C5F445
Text Example
Text Example
White with #C5F445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F445; }
p { color: rgb(197,244,69); }
H1.HeaderClassName
{
color: #C5F445;
}
.AnyTagClassName
{
color: #C5F445;
}
</style>
background-color css
<style>
a { background-color: #C5F445; }
a { background-color: rgb(197,244,69); }
div.DivClassName
{
background-color: #C5F445;
}
.BgClassName
{
background-color: #C5F445;
}
</style>
border-color css
<style>
span { border-color: #C5F445; }
span { border-color: rgb(197,244,69); }
td.TdClassName
{
border-color: #C5F445;
}
.TagClassName
{
border-color: #C5F445;
}
</style>