Shades of Las Palmas #C4E640
Tints of Las Palmas #C4E640
RGB
CMYK
RGB Variations
Color information
#C4E640 (or 0xC4E640) is known color: Las Palmas. HEX triplet: C4, E6 and 40. RGB value is (196,230,64). Sum of RGB (Red+Green+Blue) = 196+230+64=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #C4E640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4E640 is #3B19BF. Grayscale: #C9C9C9. Windows color (decimal): -3873216 or 4253380. OLE color: 4253380.
HSL color Cylindrical-coordinate representation of color #C4E640: hue angle of 72.29º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4E640 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 230 | 64 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.10 |
| HSL | 72.29º | 0.77% | 0.58% | - |
| HSV(B) | 72.29º | 0.72% | 0.9% | - |
| XYZ | 51.99 | 68.7 | 15.37 | - |
| YUV | 200.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 230 | 64 | 0.15 | 0 | 0.72 | 0.10 | 72.29 | 0.77 | 0.58 |
| Hex | C4 | E6 | 40 | F | 0 | 48 | A | 48 | 4D | 3A |
| Octal | 304 | 346 | 100 | 17 | 0 | 110 | 12 | 110 | 115 | 72 |
| Binary | 11000100 | 11100110 | 1000000 | 1111 | 0 | 1001000 | 1010 | 1001000 | 1001101 | 111010 |
Color Harmonies of #C4E640
Complementary color
Monochromatic Colors of #C4E640
Black with #C4E640
Text Example
Text Example
White with #C4E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E640; }
p { color: rgb(196,230,64); }
H1.HeaderClassName
{
color: #C4E640;
}
.AnyTagClassName
{
color: #C4E640;
}
</style>
background-color css
<style>
a { background-color: #C4E640; }
a { background-color: rgb(196,230,64); }
div.DivClassName
{
background-color: #C4E640;
}
.BgClassName
{
background-color: #C4E640;
}
</style>
border-color css
<style>
span { border-color: #C4E640; }
span { border-color: rgb(196,230,64); }
td.TdClassName
{
border-color: #C4E640;
}
.TagClassName
{
border-color: #C4E640;
}
</style>