Shades of Las Palmas #C0DE34
Tints of Las Palmas #C0DE34
RGB
CMYK
RGB Variations
Color information
#C0DE34 (or 0xC0DE34) is known color: Las Palmas. HEX triplet: C0, DE and 34. RGB value is (192,222,52). Sum of RGB (Red+Green+Blue) = 192+222+52=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DE34 is #3F21CB. Grayscale: #C2C2C2. Windows color (decimal): -4137420 or 3464896. OLE color: 3464896.
HSL color Cylindrical-coordinate representation of color #C0DE34: hue angle of 70.59º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0DE34 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 52 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.13 |
| HSL | 70.59º | 0.72% | 0.54% | - |
| HSV(B) | 70.59º | 0.77% | 0.87% | - |
| XYZ | 48.48 | 63.7 | 12.99 | - |
| YUV | 193.65 | 48.06 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 52 | 0.14 | 0 | 0.77 | 0.13 | 70.59 | 0.72 | 0.54 |
| Hex | C0 | DE | 34 | E | 0 | 4D | D | 47 | 48 | 36 |
| Octal | 300 | 336 | 64 | 16 | 0 | 115 | 15 | 107 | 110 | 66 |
| Binary | 11000000 | 11011110 | 110100 | 1110 | 0 | 1001101 | 1101 | 1000111 | 1001000 | 110110 |
Color Harmonies of #C0DE34
Complementary color
Monochromatic Colors of #C0DE34
Black with #C0DE34
Text Example
Text Example
White with #C0DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DE34; }
p { color: rgb(192,222,52); }
H1.HeaderClassName
{
color: #C0DE34;
}
.AnyTagClassName
{
color: #C0DE34;
}
</style>
background-color css
<style>
a { background-color: #C0DE34; }
a { background-color: rgb(192,222,52); }
div.DivClassName
{
background-color: #C0DE34;
}
.BgClassName
{
background-color: #C0DE34;
}
</style>
border-color css
<style>
span { border-color: #C0DE34; }
span { border-color: rgb(192,222,52); }
td.TdClassName
{
border-color: #C0DE34;
}
.TagClassName
{
border-color: #C0DE34;
}
</style>