Shades of Las Palmas #C5F141
Tints of Las Palmas #C5F141
RGB
CMYK
RGB Variations
Color information
#C5F141 (or 0xC5F141) is known color: Las Palmas. HEX triplet: C5, F1 and 41. RGB value is (197,241,65). Sum of RGB (Red+Green+Blue) = 197+241+65=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F141 is #3A0EBE. Grayscale: #D0D0D0. Windows color (decimal): -3804863 or 4321733. OLE color: 4321733.
HSL color Cylindrical-coordinate representation of color #C5F141: hue angle of 75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5F141 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 65 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.05 |
| HSL | 75º | 0.86% | 0.6% | - |
| HSV(B) | 75º | 0.73% | 0.95% | - |
| XYZ | 55.44 | 75.16 | 16.59 | - |
| YUV | 207.78 | 47.42 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 65 | 0.18 | 0 | 0.73 | 0.05 | 75 | 0.86 | 0.6 |
| Hex | C5 | F1 | 41 | 12 | 0 | 49 | 5 | 4B | 56 | 3C |
| Octal | 305 | 361 | 101 | 22 | 0 | 111 | 5 | 113 | 126 | 74 |
| Binary | 11000101 | 11110001 | 1000001 | 10010 | 0 | 1001001 | 101 | 1001011 | 1010110 | 111100 |
Color Harmonies of #C5F141
Complementary color
Monochromatic Colors of #C5F141
Black with #C5F141
Text Example
Text Example
White with #C5F141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F141; }
p { color: rgb(197,241,65); }
H1.HeaderClassName
{
color: #C5F141;
}
.AnyTagClassName
{
color: #C5F141;
}
</style>
background-color css
<style>
a { background-color: #C5F141; }
a { background-color: rgb(197,241,65); }
div.DivClassName
{
background-color: #C5F141;
}
.BgClassName
{
background-color: #C5F141;
}
</style>
border-color css
<style>
span { border-color: #C5F141; }
span { border-color: rgb(197,241,65); }
td.TdClassName
{
border-color: #C5F141;
}
.TagClassName
{
border-color: #C5F141;
}
</style>