Shades of Las Palmas #C0F141
Tints of Las Palmas #C0F141
RGB
CMYK
RGB Variations
Color information
#C0F141 (or 0xC0F141) is known color: Las Palmas. HEX triplet: C0, F1 and 41. RGB value is (192,241,65). Sum of RGB (Red+Green+Blue) = 192+241+65=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F141 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F141 is #3F0EBE. Grayscale: #CECECE. Windows color (decimal): -4132543 or 4321728. OLE color: 4321728.
HSL color Cylindrical-coordinate representation of color #C0F141: hue angle of 76.7º 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 #C0F141 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 65 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.05 |
| HSL | 76.7º | 0.86% | 0.6% | - |
| HSV(B) | 76.7º | 0.73% | 0.95% | - |
| XYZ | 54.15 | 74.5 | 16.53 | - |
| YUV | 206.29 | 48.27 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 65 | 0.20 | 0 | 0.73 | 0.05 | 76.7 | 0.86 | 0.6 |
| Hex | C0 | F1 | 41 | 14 | 0 | 49 | 5 | 4D | 56 | 3C |
| Octal | 300 | 361 | 101 | 24 | 0 | 111 | 5 | 115 | 126 | 74 |
| Binary | 11000000 | 11110001 | 1000001 | 10100 | 0 | 1001001 | 101 | 1001101 | 1010110 | 111100 |
Color Harmonies of #C0F141
Complementary color
Monochromatic Colors of #C0F141
Black with #C0F141
Text Example
Text Example
White with #C0F141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F141; }
p { color: rgb(192,241,65); }
H1.HeaderClassName
{
color: #C0F141;
}
.AnyTagClassName
{
color: #C0F141;
}
</style>
background-color css
<style>
a { background-color: #C0F141; }
a { background-color: rgb(192,241,65); }
div.DivClassName
{
background-color: #C0F141;
}
.BgClassName
{
background-color: #C0F141;
}
</style>
border-color css
<style>
span { border-color: #C0F141; }
span { border-color: rgb(192,241,65); }
td.TdClassName
{
border-color: #C0F141;
}
.TagClassName
{
border-color: #C0F141;
}
</style>