Shades of Las Palmas #C0F140
Tints of Las Palmas #C0F140
RGB
CMYK
RGB Variations
Color information
#C0F140 (or 0xC0F140) is known color: Las Palmas. HEX triplet: C0, F1 and 40. RGB value is (192,241,64). Sum of RGB (Red+Green+Blue) = 192+241+64=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F140 is #3F0EBF. Grayscale: #CECECE. Windows color (decimal): -4132544 or 4256192. OLE color: 4256192.
HSL color Cylindrical-coordinate representation of color #C0F140: hue angle of 76.61º 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 #C0F140 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 64 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.05 |
| HSL | 76.61º | 0.86% | 0.6% | - |
| HSV(B) | 76.61º | 0.73% | 0.95% | - |
| XYZ | 54.12 | 74.49 | 16.38 | - |
| YUV | 206.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 64 | 0.20 | 0 | 0.73 | 0.05 | 76.61 | 0.86 | 0.6 |
| Hex | C0 | F1 | 40 | 14 | 0 | 49 | 5 | 4D | 56 | 3C |
| Octal | 300 | 361 | 100 | 24 | 0 | 111 | 5 | 115 | 126 | 74 |
| Binary | 11000000 | 11110001 | 1000000 | 10100 | 0 | 1001001 | 101 | 1001101 | 1010110 | 111100 |
Color Harmonies of #C0F140
Complementary color
Monochromatic Colors of #C0F140
Black with #C0F140
Text Example
Text Example
White with #C0F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F140; }
p { color: rgb(192,241,64); }
H1.HeaderClassName
{
color: #C0F140;
}
.AnyTagClassName
{
color: #C0F140;
}
</style>
background-color css
<style>
a { background-color: #C0F140; }
a { background-color: rgb(192,241,64); }
div.DivClassName
{
background-color: #C0F140;
}
.BgClassName
{
background-color: #C0F140;
}
</style>
border-color css
<style>
span { border-color: #C0F140; }
span { border-color: rgb(192,241,64); }
td.TdClassName
{
border-color: #C0F140;
}
.TagClassName
{
border-color: #C0F140;
}
</style>