Shades of Las Palmas #C0F142
Tints of Las Palmas #C0F142
RGB
CMYK
RGB Variations
Color information
#C0F142 (or 0xC0F142) is known color: Las Palmas. HEX triplet: C0, F1 and 42. RGB value is (192,241,66). Sum of RGB (Red+Green+Blue) = 192+241+66=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F142 is #3F0EBD. Grayscale: #CFCFCF. Windows color (decimal): -4132542 or 4387264. OLE color: 4387264.
HSL color Cylindrical-coordinate representation of color #C0F142: hue angle of 76.8º 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 #C0F142 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 66 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.05 |
| HSL | 76.8º | 0.86% | 0.6% | - |
| HSV(B) | 76.8º | 0.73% | 0.95% | - |
| XYZ | 54.18 | 74.51 | 16.68 | - |
| YUV | 206.4 | 48.77 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 66 | 0.20 | 0 | 0.73 | 0.05 | 76.8 | 0.86 | 0.6 |
| Hex | C0 | F1 | 42 | 14 | 0 | 49 | 5 | 4D | 56 | 3C |
| Octal | 300 | 361 | 102 | 24 | 0 | 111 | 5 | 115 | 126 | 74 |
| Binary | 11000000 | 11110001 | 1000010 | 10100 | 0 | 1001001 | 101 | 1001101 | 1010110 | 111100 |
Color Harmonies of #C0F142
Complementary color
Monochromatic Colors of #C0F142
Black with #C0F142
Text Example
Text Example
White with #C0F142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F142; }
p { color: rgb(192,241,66); }
H1.HeaderClassName
{
color: #C0F142;
}
.AnyTagClassName
{
color: #C0F142;
}
</style>
background-color css
<style>
a { background-color: #C0F142; }
a { background-color: rgb(192,241,66); }
div.DivClassName
{
background-color: #C0F142;
}
.BgClassName
{
background-color: #C0F142;
}
</style>
border-color css
<style>
span { border-color: #C0F142; }
span { border-color: rgb(192,241,66); }
td.TdClassName
{
border-color: #C0F142;
}
.TagClassName
{
border-color: #C0F142;
}
</style>