Shades of Las Palmas #C1F142
Tints of Las Palmas #C1F142
RGB
CMYK
RGB Variations
Color information
#C1F142 (or 0xC1F142) is known color: Las Palmas. HEX triplet: C1, F1 and 42. RGB value is (193,241,66). Sum of RGB (Red+Green+Blue) = 193+241+66=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F142 is #3E0EBD. Grayscale: #CFCFCF. Windows color (decimal): -4067006 or 4387265. OLE color: 4387265.
HSL color Cylindrical-coordinate representation of color #C1F142: hue angle of 76.46º 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 #C1F142 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 66 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.05 |
| HSL | 76.46º | 0.86% | 0.6% | - |
| HSV(B) | 76.46º | 0.73% | 0.95% | - |
| XYZ | 54.43 | 74.64 | 16.69 | - |
| YUV | 206.7 | 48.6 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 66 | 0.20 | 0 | 0.73 | 0.05 | 76.46 | 0.86 | 0.6 |
| Hex | C1 | F1 | 42 | 14 | 0 | 49 | 5 | 4C | 56 | 3C |
| Octal | 301 | 361 | 102 | 24 | 0 | 111 | 5 | 114 | 126 | 74 |
| Binary | 11000001 | 11110001 | 1000010 | 10100 | 0 | 1001001 | 101 | 1001100 | 1010110 | 111100 |
Color Harmonies of #C1F142
Complementary color
Monochromatic Colors of #C1F142
Black with #C1F142
Text Example
Text Example
White with #C1F142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F142; }
p { color: rgb(193,241,66); }
H1.HeaderClassName
{
color: #C1F142;
}
.AnyTagClassName
{
color: #C1F142;
}
</style>
background-color css
<style>
a { background-color: #C1F142; }
a { background-color: rgb(193,241,66); }
div.DivClassName
{
background-color: #C1F142;
}
.BgClassName
{
background-color: #C1F142;
}
</style>
border-color css
<style>
span { border-color: #C1F142; }
span { border-color: rgb(193,241,66); }
td.TdClassName
{
border-color: #C1F142;
}
.TagClassName
{
border-color: #C1F142;
}
</style>