Shades of Las Palmas #C2F140
Tints of Las Palmas #C2F140
RGB
CMYK
RGB Variations
Color information
#C2F140 (or 0xC2F140) is known color: Las Palmas. HEX triplet: C2, F1 and 40. RGB value is (194,241,64). Sum of RGB (Red+Green+Blue) = 194+241+64=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F140 is #3D0EBF. Grayscale: #CFCFCF. Windows color (decimal): -4001472 or 4256194. OLE color: 4256194.
HSL color Cylindrical-coordinate representation of color #C2F140: hue angle of 75.93º 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 #C2F140 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 64 | - |
| CMYK | 0.20 | 0 | 0.73 | 0.05 |
| HSL | 75.93º | 0.86% | 0.6% | - |
| HSV(B) | 75.93º | 0.73% | 0.95% | - |
| XYZ | 54.63 | 74.75 | 16.4 | - |
| YUV | 206.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 64 | 0.20 | 0 | 0.73 | 0.05 | 75.93 | 0.86 | 0.6 |
| Hex | C2 | F1 | 40 | 14 | 0 | 49 | 5 | 4C | 56 | 3C |
| Octal | 302 | 361 | 100 | 24 | 0 | 111 | 5 | 114 | 126 | 74 |
| Binary | 11000010 | 11110001 | 1000000 | 10100 | 0 | 1001001 | 101 | 1001100 | 1010110 | 111100 |
Color Harmonies of #C2F140
Complementary color
Monochromatic Colors of #C2F140
Black with #C2F140
Text Example
Text Example
White with #C2F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F140; }
p { color: rgb(194,241,64); }
H1.HeaderClassName
{
color: #C2F140;
}
.AnyTagClassName
{
color: #C2F140;
}
</style>
background-color css
<style>
a { background-color: #C2F140; }
a { background-color: rgb(194,241,64); }
div.DivClassName
{
background-color: #C2F140;
}
.BgClassName
{
background-color: #C2F140;
}
</style>
border-color css
<style>
span { border-color: #C2F140; }
span { border-color: rgb(194,241,64); }
td.TdClassName
{
border-color: #C2F140;
}
.TagClassName
{
border-color: #C2F140;
}
</style>