Shades of Las Palmas #C5F345
Tints of Las Palmas #C5F345
RGB
CMYK
RGB Variations
Color information
#C5F345 (or 0xC5F345) is known color: Las Palmas. HEX triplet: C5, F3 and 45. RGB value is (197,243,69). Sum of RGB (Red+Green+Blue) = 197+243+69=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F345 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F345 is #3A0CBA. Grayscale: #D2D2D2. Windows color (decimal): -3804347 or 4584389. OLE color: 4584389.
HSL color Cylindrical-coordinate representation of color #C5F345: hue angle of 75.86º degrees, saturation: 0.88, 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 #C5F345 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 69 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.05 |
| HSL | 75.86º | 0.88% | 0.61% | - |
| HSV(B) | 75.86º | 0.72% | 0.95% | - |
| XYZ | 56.15 | 76.4 | 17.42 | - |
| YUV | 209.41 | 48.76 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 69 | 0.19 | 0 | 0.72 | 0.05 | 75.86 | 0.88 | 0.61 |
| Hex | C5 | F3 | 45 | 13 | 0 | 48 | 5 | 4C | 58 | 3D |
| Octal | 305 | 363 | 105 | 23 | 0 | 110 | 5 | 114 | 130 | 75 |
| Binary | 11000101 | 11110011 | 1000101 | 10011 | 0 | 1001000 | 101 | 1001100 | 1011000 | 111101 |
Color Harmonies of #C5F345
Complementary color
Monochromatic Colors of #C5F345
Black with #C5F345
Text Example
Text Example
White with #C5F345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F345; }
p { color: rgb(197,243,69); }
H1.HeaderClassName
{
color: #C5F345;
}
.AnyTagClassName
{
color: #C5F345;
}
</style>
background-color css
<style>
a { background-color: #C5F345; }
a { background-color: rgb(197,243,69); }
div.DivClassName
{
background-color: #C5F345;
}
.BgClassName
{
background-color: #C5F345;
}
</style>
border-color css
<style>
span { border-color: #C5F345; }
span { border-color: rgb(197,243,69); }
td.TdClassName
{
border-color: #C5F345;
}
.TagClassName
{
border-color: #C5F345;
}
</style>