Shades of Las Palmas #C5F144
Tints of Las Palmas #C5F144
RGB
CMYK
RGB Variations
Color information
#C5F144 (or 0xC5F144) is known color: Las Palmas. HEX triplet: C5, F1 and 44. RGB value is (197,241,68). Sum of RGB (Red+Green+Blue) = 197+241+68=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F144 is #3A0EBB. Grayscale: #D0D0D0. Windows color (decimal): -3804860 or 4518341. OLE color: 4518341.
HSL color Cylindrical-coordinate representation of color #C5F144: hue angle of 75.26º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5F144 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 68 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.05 |
| HSL | 75.26º | 0.86% | 0.61% | - |
| HSV(B) | 75.26º | 0.72% | 0.95% | - |
| XYZ | 55.52 | 75.2 | 17.06 | - |
| YUV | 208.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 68 | 0.18 | 0 | 0.72 | 0.05 | 75.26 | 0.86 | 0.61 |
| Hex | C5 | F1 | 44 | 12 | 0 | 48 | 5 | 4B | 56 | 3D |
| Octal | 305 | 361 | 104 | 22 | 0 | 110 | 5 | 113 | 126 | 75 |
| Binary | 11000101 | 11110001 | 1000100 | 10010 | 0 | 1001000 | 101 | 1001011 | 1010110 | 111101 |
Color Harmonies of #C5F144
Complementary color
Monochromatic Colors of #C5F144
Black with #C5F144
Text Example
Text Example
White with #C5F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F144; }
p { color: rgb(197,241,68); }
H1.HeaderClassName
{
color: #C5F144;
}
.AnyTagClassName
{
color: #C5F144;
}
</style>
background-color css
<style>
a { background-color: #C5F144; }
a { background-color: rgb(197,241,68); }
div.DivClassName
{
background-color: #C5F144;
}
.BgClassName
{
background-color: #C5F144;
}
</style>
border-color css
<style>
span { border-color: #C5F144; }
span { border-color: rgb(197,241,68); }
td.TdClassName
{
border-color: #C5F144;
}
.TagClassName
{
border-color: #C5F144;
}
</style>