Shades of Las Palmas #C0E62F
Tints of Las Palmas #C0E62F
RGB
CMYK
RGB Variations
Color information
#C0E62F (or 0xC0E62F) is known color: Las Palmas. HEX triplet: C0, E6 and 2F. RGB value is (192,230,47). Sum of RGB (Red+Green+Blue) = 192+230+47=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 230 (90.23% from 255 or 49.04% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E62F is #3F19D0. Grayscale: #C6C6C6. Windows color (decimal): -4135377 or 3139264. OLE color: 3139264.
HSL color Cylindrical-coordinate representation of color #C0E62F: hue angle of 72.46º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0E62F is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 47 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.10 |
| HSL | 72.46º | 0.79% | 0.54% | - |
| HSV(B) | 72.46º | 0.8% | 0.9% | - |
| XYZ | 50.55 | 68.01 | 13.15 | - |
| YUV | 197.78 | 42.91 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 47 | 0.17 | 0 | 0.80 | 0.10 | 72.46 | 0.79 | 0.54 |
| Hex | C0 | E6 | 2F | 11 | 0 | 50 | A | 48 | 4F | 36 |
| Octal | 300 | 346 | 57 | 21 | 0 | 120 | 12 | 110 | 117 | 66 |
| Binary | 11000000 | 11100110 | 101111 | 10001 | 0 | 1010000 | 1010 | 1001000 | 1001111 | 110110 |
Color Harmonies of #C0E62F
Complementary color
Monochromatic Colors of #C0E62F
Black with #C0E62F
Text Example
Text Example
White with #C0E62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E62F; }
p { color: rgb(192,230,47); }
H1.HeaderClassName
{
color: #C0E62F;
}
.AnyTagClassName
{
color: #C0E62F;
}
</style>
background-color css
<style>
a { background-color: #C0E62F; }
a { background-color: rgb(192,230,47); }
div.DivClassName
{
background-color: #C0E62F;
}
.BgClassName
{
background-color: #C0E62F;
}
</style>
border-color css
<style>
span { border-color: #C0E62F; }
span { border-color: rgb(192,230,47); }
td.TdClassName
{
border-color: #C0E62F;
}
.TagClassName
{
border-color: #C0E62F;
}
</style>