Shades of Las Palmas #C4E040
Tints of Las Palmas #C4E040
RGB
CMYK
RGB Variations
Color information
#C4E040 (or 0xC4E040) is known color: Las Palmas. HEX triplet: C4, E0 and 40. RGB value is (196,224,64). Sum of RGB (Red+Green+Blue) = 196+224+64=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E040 is #3B1FBF. Grayscale: #C5C5C5. Windows color (decimal): -3874752 or 4251844. OLE color: 4251844.
HSL color Cylindrical-coordinate representation of color #C4E040: hue angle of 70.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4E040 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 64 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.12 |
| HSL | 70.5º | 0.72% | 0.56% | - |
| HSV(B) | 70.5º | 0.71% | 0.88% | - |
| XYZ | 50.35 | 65.42 | 14.82 | - |
| YUV | 197.39 | 52.72 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 64 | 0.12 | 0 | 0.71 | 0.12 | 70.5 | 0.72 | 0.56 |
| Hex | C4 | E0 | 40 | C | 0 | 47 | C | 46 | 48 | 38 |
| Octal | 304 | 340 | 100 | 14 | 0 | 107 | 14 | 106 | 110 | 70 |
| Binary | 11000100 | 11100000 | 1000000 | 1100 | 0 | 1000111 | 1100 | 1000110 | 1001000 | 111000 |
Color Harmonies of #C4E040
Complementary color
Monochromatic Colors of #C4E040
Black with #C4E040
Text Example
Text Example
White with #C4E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E040; }
p { color: rgb(196,224,64); }
H1.HeaderClassName
{
color: #C4E040;
}
.AnyTagClassName
{
color: #C4E040;
}
</style>
background-color css
<style>
a { background-color: #C4E040; }
a { background-color: rgb(196,224,64); }
div.DivClassName
{
background-color: #C4E040;
}
.BgClassName
{
background-color: #C4E040;
}
</style>
border-color css
<style>
span { border-color: #C4E040; }
span { border-color: rgb(196,224,64); }
td.TdClassName
{
border-color: #C4E040;
}
.TagClassName
{
border-color: #C4E040;
}
</style>