Shades of Las Palmas #C0DF34
Tints of Las Palmas #C0DF34
RGB
CMYK
RGB Variations
Color information
#C0DF34 (or 0xC0DF34) is known color: Las Palmas. HEX triplet: C0, DF and 34. RGB value is (192,223,52). Sum of RGB (Red+Green+Blue) = 192+223+52=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF34 is #3F20CB. Grayscale: #C2C2C2. Windows color (decimal): -4137164 or 3465152. OLE color: 3465152.
HSL color Cylindrical-coordinate representation of color #C0DF34: hue angle of 70.88º degrees, saturation: 0.73, 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 #C0DF34 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 52 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.13 |
| HSL | 70.88º | 0.73% | 0.54% | - |
| HSV(B) | 70.88º | 0.77% | 0.87% | - |
| XYZ | 48.75 | 64.23 | 13.08 | - |
| YUV | 194.24 | 47.73 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 52 | 0.14 | 0 | 0.77 | 0.13 | 70.88 | 0.73 | 0.54 |
| Hex | C0 | DF | 34 | E | 0 | 4D | D | 47 | 49 | 36 |
| Octal | 300 | 337 | 64 | 16 | 0 | 115 | 15 | 107 | 111 | 66 |
| Binary | 11000000 | 11011111 | 110100 | 1110 | 0 | 1001101 | 1101 | 1000111 | 1001001 | 110110 |
Color Harmonies of #C0DF34
Complementary color
Monochromatic Colors of #C0DF34
Black with #C0DF34
Text Example
Text Example
White with #C0DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF34; }
p { color: rgb(192,223,52); }
H1.HeaderClassName
{
color: #C0DF34;
}
.AnyTagClassName
{
color: #C0DF34;
}
</style>
background-color css
<style>
a { background-color: #C0DF34; }
a { background-color: rgb(192,223,52); }
div.DivClassName
{
background-color: #C0DF34;
}
.BgClassName
{
background-color: #C0DF34;
}
</style>
border-color css
<style>
span { border-color: #C0DF34; }
span { border-color: rgb(192,223,52); }
td.TdClassName
{
border-color: #C0DF34;
}
.TagClassName
{
border-color: #C0DF34;
}
</style>