Shades of Las Palmas #C6DD39
Tints of Las Palmas #C6DD39
RGB
CMYK
RGB Variations
Color information
#C6DD39 (or 0xC6DD39) is known color: Las Palmas. HEX triplet: C6, DD and 39. RGB value is (198,221,57). Sum of RGB (Red+Green+Blue) = 198+221+57=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 57 (22.66% from 255 or 11.97% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD39 is #3922C6. Grayscale: #C4C4C4. Windows color (decimal): -3744455 or 3792326. OLE color: 3792326.
HSL color Cylindrical-coordinate representation of color #C6DD39: hue angle of 68.41º degrees, saturation: 0.71, 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 #C6DD39 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 57 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.13 |
| HSL | 68.41º | 0.71% | 0.55% | - |
| HSV(B) | 68.41º | 0.74% | 0.87% | - |
| XYZ | 49.88 | 64.01 | 13.6 | - |
| YUV | 195.43 | 49.88 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 57 | 0.10 | 0 | 0.74 | 0.13 | 68.41 | 0.71 | 0.55 |
| Hex | C6 | DD | 39 | A | 0 | 4A | D | 44 | 47 | 37 |
| Octal | 306 | 335 | 71 | 12 | 0 | 112 | 15 | 104 | 107 | 67 |
| Binary | 11000110 | 11011101 | 111001 | 1010 | 0 | 1001010 | 1101 | 1000100 | 1000111 | 110111 |
Color Harmonies of #C6DD39
Complementary color
Monochromatic Colors of #C6DD39
Black with #C6DD39
Text Example
Text Example
White with #C6DD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD39; }
p { color: rgb(198,221,57); }
H1.HeaderClassName
{
color: #C6DD39;
}
.AnyTagClassName
{
color: #C6DD39;
}
</style>
background-color css
<style>
a { background-color: #C6DD39; }
a { background-color: rgb(198,221,57); }
div.DivClassName
{
background-color: #C6DD39;
}
.BgClassName
{
background-color: #C6DD39;
}
</style>
border-color css
<style>
span { border-color: #C6DD39; }
span { border-color: rgb(198,221,57); }
td.TdClassName
{
border-color: #C6DD39;
}
.TagClassName
{
border-color: #C6DD39;
}
</style>