Shades of Las Palmas #C0DF41
Tints of Las Palmas #C0DF41
RGB
CMYK
RGB Variations
Color information
#C0DF41 (or 0xC0DF41) is known color: Las Palmas. HEX triplet: C0, DF and 41. RGB value is (192,223,65). Sum of RGB (Red+Green+Blue) = 192+223+65=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF41 is #3F20BE. Grayscale: #C4C4C4. Windows color (decimal): -4137151 or 4317120. OLE color: 4317120.
HSL color Cylindrical-coordinate representation of color #C0DF41: hue angle of 71.77º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0DF41 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 65 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.13 |
| HSL | 71.77º | 0.71% | 0.56% | - |
| HSV(B) | 71.77º | 0.71% | 0.87% | - |
| XYZ | 49.08 | 64.36 | 14.84 | - |
| YUV | 195.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 65 | 0.14 | 0 | 0.71 | 0.13 | 71.77 | 0.71 | 0.56 |
| Hex | C0 | DF | 41 | E | 0 | 47 | D | 48 | 47 | 38 |
| Octal | 300 | 337 | 101 | 16 | 0 | 107 | 15 | 110 | 107 | 70 |
| Binary | 11000000 | 11011111 | 1000001 | 1110 | 0 | 1000111 | 1101 | 1001000 | 1000111 | 111000 |
Color Harmonies of #C0DF41
Complementary color
Monochromatic Colors of #C0DF41
Black with #C0DF41
Text Example
Text Example
White with #C0DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF41; }
p { color: rgb(192,223,65); }
H1.HeaderClassName
{
color: #C0DF41;
}
.AnyTagClassName
{
color: #C0DF41;
}
</style>
background-color css
<style>
a { background-color: #C0DF41; }
a { background-color: rgb(192,223,65); }
div.DivClassName
{
background-color: #C0DF41;
}
.BgClassName
{
background-color: #C0DF41;
}
</style>
border-color css
<style>
span { border-color: #C0DF41; }
span { border-color: rgb(192,223,65); }
td.TdClassName
{
border-color: #C0DF41;
}
.TagClassName
{
border-color: #C0DF41;
}
</style>