Shades of Las Palmas #C0E640
Tints of Las Palmas #C0E640
RGB
CMYK
RGB Variations
Color information
#C0E640 (or 0xC0E640) is known color: Las Palmas. HEX triplet: C0, E6 and 40. RGB value is (192,230,64). Sum of RGB (Red+Green+Blue) = 192+230+64=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E640 is #3F19BF. Grayscale: #C8C8C8. Windows color (decimal): -4135360 or 4253376. OLE color: 4253376.
HSL color Cylindrical-coordinate representation of color #C0E640: hue angle of 73.73º 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 #C0E640 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 64 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.10 |
| HSL | 73.73º | 0.77% | 0.58% | - |
| HSV(B) | 73.73º | 0.72% | 0.9% | - |
| XYZ | 50.96 | 68.17 | 15.32 | - |
| YUV | 199.71 | 51.41 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 64 | 0.17 | 0 | 0.72 | 0.10 | 73.73 | 0.77 | 0.58 |
| Hex | C0 | E6 | 40 | 11 | 0 | 48 | A | 4A | 4D | 3A |
| Octal | 300 | 346 | 100 | 21 | 0 | 110 | 12 | 112 | 115 | 72 |
| Binary | 11000000 | 11100110 | 1000000 | 10001 | 0 | 1001000 | 1010 | 1001010 | 1001101 | 111010 |
Color Harmonies of #C0E640
Complementary color
Monochromatic Colors of #C0E640
Black with #C0E640
Text Example
Text Example
White with #C0E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E640; }
p { color: rgb(192,230,64); }
H1.HeaderClassName
{
color: #C0E640;
}
.AnyTagClassName
{
color: #C0E640;
}
</style>
background-color css
<style>
a { background-color: #C0E640; }
a { background-color: rgb(192,230,64); }
div.DivClassName
{
background-color: #C0E640;
}
.BgClassName
{
background-color: #C0E640;
}
</style>
border-color css
<style>
span { border-color: #C0E640; }
span { border-color: rgb(192,230,64); }
td.TdClassName
{
border-color: #C0E640;
}
.TagClassName
{
border-color: #C0E640;
}
</style>