Shades of Las Palmas #C0DE3F
Tints of Las Palmas #C0DE3F
RGB
CMYK
RGB Variations
Color information
#C0DE3F (or 0xC0DE3F) is known color: Las Palmas. HEX triplet: C0, DE and 3F. RGB value is (192,222,63). Sum of RGB (Red+Green+Blue) = 192+222+63=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DE3F is #3F21C0. Grayscale: #C3C3C3. Windows color (decimal): -4137409 or 4185792. OLE color: 4185792.
HSL color Cylindrical-coordinate representation of color #C0DE3F: hue angle of 71.32º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0DE3F is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 63 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.13 |
| HSL | 71.32º | 0.71% | 0.56% | - |
| HSV(B) | 71.32º | 0.72% | 0.87% | - |
| XYZ | 48.76 | 63.81 | 14.45 | - |
| YUV | 194.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 63 | 0.14 | 0 | 0.72 | 0.13 | 71.32 | 0.71 | 0.56 |
| Hex | C0 | DE | 3F | E | 0 | 48 | D | 47 | 47 | 38 |
| Octal | 300 | 336 | 77 | 16 | 0 | 110 | 15 | 107 | 107 | 70 |
| Binary | 11000000 | 11011110 | 111111 | 1110 | 0 | 1001000 | 1101 | 1000111 | 1000111 | 111000 |
Color Harmonies of #C0DE3F
Complementary color
Monochromatic Colors of #C0DE3F
Black with #C0DE3F
Text Example
Text Example
White with #C0DE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE3F; }
p { color: rgb(192,222,63); }
H1.HeaderClassName
{
color: #C0DE3F;
}
.AnyTagClassName
{
color: #C0DE3F;
}
</style>
background-color css
<style>
a { background-color: #C0DE3F; }
a { background-color: rgb(192,222,63); }
div.DivClassName
{
background-color: #C0DE3F;
}
.BgClassName
{
background-color: #C0DE3F;
}
</style>
border-color css
<style>
span { border-color: #C0DE3F; }
span { border-color: rgb(192,222,63); }
td.TdClassName
{
border-color: #C0DE3F;
}
.TagClassName
{
border-color: #C0DE3F;
}
</style>