Shades of Las Palmas #C0DF39
Tints of Las Palmas #C0DF39
RGB
CMYK
RGB Variations
Color information
#C0DF39 (or 0xC0DF39) is known color: Las Palmas. HEX triplet: C0, DF and 39. RGB value is (192,223,57). Sum of RGB (Red+Green+Blue) = 192+223+57=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF39 is #3F20C6. Grayscale: #C3C3C3. Windows color (decimal): -4137159 or 3792832. OLE color: 3792832.
HSL color Cylindrical-coordinate representation of color #C0DF39: hue angle of 71.2º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0DF39 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 57 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.13 |
| HSL | 71.2º | 0.72% | 0.55% | - |
| HSV(B) | 71.2º | 0.74% | 0.87% | - |
| XYZ | 48.86 | 64.28 | 13.7 | - |
| YUV | 194.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 57 | 0.14 | 0 | 0.74 | 0.13 | 71.2 | 0.72 | 0.55 |
| Hex | C0 | DF | 39 | E | 0 | 4A | D | 47 | 48 | 37 |
| Octal | 300 | 337 | 71 | 16 | 0 | 112 | 15 | 107 | 110 | 67 |
| Binary | 11000000 | 11011111 | 111001 | 1110 | 0 | 1001010 | 1101 | 1000111 | 1001000 | 110111 |
Color Harmonies of #C0DF39
Complementary color
Monochromatic Colors of #C0DF39
Black with #C0DF39
Text Example
Text Example
White with #C0DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF39; }
p { color: rgb(192,223,57); }
H1.HeaderClassName
{
color: #C0DF39;
}
.AnyTagClassName
{
color: #C0DF39;
}
</style>
background-color css
<style>
a { background-color: #C0DF39; }
a { background-color: rgb(192,223,57); }
div.DivClassName
{
background-color: #C0DF39;
}
.BgClassName
{
background-color: #C0DF39;
}
</style>
border-color css
<style>
span { border-color: #C0DF39; }
span { border-color: rgb(192,223,57); }
td.TdClassName
{
border-color: #C0DF39;
}
.TagClassName
{
border-color: #C0DF39;
}
</style>