Shades of Las Palmas #C4F03E
Tints of Las Palmas #C4F03E
RGB
CMYK
RGB Variations
Color information
#C4F03E (or 0xC4F03E) is known color: Las Palmas. HEX triplet: C4, F0 and 3E. RGB value is (196,240,62). Sum of RGB (Red+Green+Blue) = 196+240+62=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F03E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F03E is #3B0FC1. Grayscale: #CFCFCF. Windows color (decimal): -3870658 or 4124868. OLE color: 4124868.
HSL color Cylindrical-coordinate representation of color #C4F03E: hue angle of 74.83º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4F03E is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 62 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.06 |
| HSL | 74.83º | 0.86% | 0.59% | - |
| HSV(B) | 74.83º | 0.74% | 0.94% | - |
| XYZ | 54.79 | 74.4 | 16.03 | - |
| YUV | 206.55 | 46.42 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 62 | 0.18 | 0 | 0.74 | 0.06 | 74.83 | 0.86 | 0.59 |
| Hex | C4 | F0 | 3E | 12 | 0 | 4A | 6 | 4B | 56 | 3B |
| Octal | 304 | 360 | 76 | 22 | 0 | 112 | 6 | 113 | 126 | 73 |
| Binary | 11000100 | 11110000 | 111110 | 10010 | 0 | 1001010 | 110 | 1001011 | 1010110 | 111011 |
Color Harmonies of #C4F03E
Complementary color
Monochromatic Colors of #C4F03E
Black with #C4F03E
Text Example
Text Example
White with #C4F03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F03E; }
p { color: rgb(196,240,62); }
H1.HeaderClassName
{
color: #C4F03E;
}
.AnyTagClassName
{
color: #C4F03E;
}
</style>
background-color css
<style>
a { background-color: #C4F03E; }
a { background-color: rgb(196,240,62); }
div.DivClassName
{
background-color: #C4F03E;
}
.BgClassName
{
background-color: #C4F03E;
}
</style>
border-color css
<style>
span { border-color: #C4F03E; }
span { border-color: rgb(196,240,62); }
td.TdClassName
{
border-color: #C4F03E;
}
.TagClassName
{
border-color: #C4F03E;
}
</style>