Shades of Las Palmas #C0E63C
Tints of Las Palmas #C0E63C
RGB
CMYK
RGB Variations
Color information
#C0E63C (or 0xC0E63C) is known color: Las Palmas. HEX triplet: C0, E6 and 3C. RGB value is (192,230,60). Sum of RGB (Red+Green+Blue) = 192+230+60=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E63C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E63C is #3F19C3. Grayscale: #C7C7C7. Windows color (decimal): -4135364 or 3991232. OLE color: 3991232.
HSL color Cylindrical-coordinate representation of color #C0E63C: hue angle of 73.41º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0E63C is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 60 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.10 |
| HSL | 73.41º | 0.77% | 0.57% | - |
| HSV(B) | 73.41º | 0.74% | 0.9% | - |
| XYZ | 50.85 | 68.13 | 14.74 | - |
| YUV | 199.26 | 49.41 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 60 | 0.17 | 0 | 0.74 | 0.10 | 73.41 | 0.77 | 0.57 |
| Hex | C0 | E6 | 3C | 11 | 0 | 4A | A | 49 | 4D | 39 |
| Octal | 300 | 346 | 74 | 21 | 0 | 112 | 12 | 111 | 115 | 71 |
| Binary | 11000000 | 11100110 | 111100 | 10001 | 0 | 1001010 | 1010 | 1001001 | 1001101 | 111001 |
Color Harmonies of #C0E63C
Complementary color
Monochromatic Colors of #C0E63C
Black with #C0E63C
Text Example
Text Example
White with #C0E63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E63C; }
p { color: rgb(192,230,60); }
H1.HeaderClassName
{
color: #C0E63C;
}
.AnyTagClassName
{
color: #C0E63C;
}
</style>
background-color css
<style>
a { background-color: #C0E63C; }
a { background-color: rgb(192,230,60); }
div.DivClassName
{
background-color: #C0E63C;
}
.BgClassName
{
background-color: #C0E63C;
}
</style>
border-color css
<style>
span { border-color: #C0E63C; }
span { border-color: rgb(192,230,60); }
td.TdClassName
{
border-color: #C0E63C;
}
.TagClassName
{
border-color: #C0E63C;
}
</style>