Shades of Las Palmas #C4F241
Tints of Las Palmas #C4F241
RGB
CMYK
RGB Variations
Color information
#C4F241 (or 0xC4F241) is known color: Las Palmas. HEX triplet: C4, F2 and 41. RGB value is (196,242,65). Sum of RGB (Red+Green+Blue) = 196+242+65=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F241 is #3B0DBE. Grayscale: #D0D0D0. Windows color (decimal): -3870143 or 4321988. OLE color: 4321988.
HSL color Cylindrical-coordinate representation of color #C4F241: hue angle of 75.59º degrees, saturation: 0.87, 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 #C4F241 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 242 | 65 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.05 |
| HSL | 75.59º | 0.87% | 0.6% | - |
| HSV(B) | 75.59º | 0.73% | 0.95% | - |
| XYZ | 55.47 | 75.62 | 16.67 | - |
| YUV | 208.07 | 47.26 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 65 | 0.19 | 0 | 0.73 | 0.05 | 75.59 | 0.87 | 0.6 |
| Hex | C4 | F2 | 41 | 13 | 0 | 49 | 5 | 4C | 57 | 3C |
| Octal | 304 | 362 | 101 | 23 | 0 | 111 | 5 | 114 | 127 | 74 |
| Binary | 11000100 | 11110010 | 1000001 | 10011 | 0 | 1001001 | 101 | 1001100 | 1010111 | 111100 |
Color Harmonies of #C4F241
Complementary color
Monochromatic Colors of #C4F241
Black with #C4F241
Text Example
Text Example
White with #C4F241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F241; }
p { color: rgb(196,242,65); }
H1.HeaderClassName
{
color: #C4F241;
}
.AnyTagClassName
{
color: #C4F241;
}
</style>
background-color css
<style>
a { background-color: #C4F241; }
a { background-color: rgb(196,242,65); }
div.DivClassName
{
background-color: #C4F241;
}
.BgClassName
{
background-color: #C4F241;
}
</style>
border-color css
<style>
span { border-color: #C4F241; }
span { border-color: rgb(196,242,65); }
td.TdClassName
{
border-color: #C4F241;
}
.TagClassName
{
border-color: #C4F241;
}
</style>