Shades of Las Palmas #C6F145
Tints of Las Palmas #C6F145
RGB
CMYK
RGB Variations
Color information
#C6F145 (or 0xC6F145) is known color: Las Palmas. HEX triplet: C6, F1 and 45. RGB value is (198,241,69). Sum of RGB (Red+Green+Blue) = 198+241+69=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F145 is #390EBA. Grayscale: #D1D1D1. Windows color (decimal): -3739323 or 4583878. OLE color: 4583878.
HSL color Cylindrical-coordinate representation of color #C6F145: hue angle of 75º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6F145 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 69 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.05 |
| HSL | 75º | 0.86% | 0.61% | - |
| HSV(B) | 75º | 0.71% | 0.95% | - |
| XYZ | 55.82 | 75.35 | 17.23 | - |
| YUV | 208.54 | 49.25 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 69 | 0.18 | 0 | 0.71 | 0.05 | 75 | 0.86 | 0.61 |
| Hex | C6 | F1 | 45 | 12 | 0 | 47 | 5 | 4B | 56 | 3D |
| Octal | 306 | 361 | 105 | 22 | 0 | 107 | 5 | 113 | 126 | 75 |
| Binary | 11000110 | 11110001 | 1000101 | 10010 | 0 | 1000111 | 101 | 1001011 | 1010110 | 111101 |
Color Harmonies of #C6F145
Complementary color
Monochromatic Colors of #C6F145
Black with #C6F145
Text Example
Text Example
White with #C6F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F145; }
p { color: rgb(198,241,69); }
H1.HeaderClassName
{
color: #C6F145;
}
.AnyTagClassName
{
color: #C6F145;
}
</style>
background-color css
<style>
a { background-color: #C6F145; }
a { background-color: rgb(198,241,69); }
div.DivClassName
{
background-color: #C6F145;
}
.BgClassName
{
background-color: #C6F145;
}
</style>
border-color css
<style>
span { border-color: #C6F145; }
span { border-color: rgb(198,241,69); }
td.TdClassName
{
border-color: #C6F145;
}
.TagClassName
{
border-color: #C6F145;
}
</style>