Shades of Las Palmas #C2DD38
Tints of Las Palmas #C2DD38
RGB
CMYK
RGB Variations
Color information
#C2DD38 (or 0xC2DD38) is known color: Las Palmas. HEX triplet: C2, DD and 38. RGB value is (194,221,56). Sum of RGB (Red+Green+Blue) = 194+221+56=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DD38 is #3D22C7. Grayscale: #C2C2C2. Windows color (decimal): -4006600 or 3726786. OLE color: 3726786.
HSL color Cylindrical-coordinate representation of color #C2DD38: hue angle of 69.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2DD38 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 56 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.13 |
| HSL | 69.82º | 0.71% | 0.54% | - |
| HSV(B) | 69.82º | 0.75% | 0.87% | - |
| XYZ | 48.82 | 63.47 | 13.42 | - |
| YUV | 194.12 | 50.05 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 56 | 0.12 | 0 | 0.75 | 0.13 | 69.82 | 0.71 | 0.54 |
| Hex | C2 | DD | 38 | C | 0 | 4B | D | 46 | 47 | 36 |
| Octal | 302 | 335 | 70 | 14 | 0 | 113 | 15 | 106 | 107 | 66 |
| Binary | 11000010 | 11011101 | 111000 | 1100 | 0 | 1001011 | 1101 | 1000110 | 1000111 | 110110 |
Color Harmonies of #C2DD38
Complementary color
Monochromatic Colors of #C2DD38
Black with #C2DD38
Text Example
Text Example
White with #C2DD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD38; }
p { color: rgb(194,221,56); }
H1.HeaderClassName
{
color: #C2DD38;
}
.AnyTagClassName
{
color: #C2DD38;
}
</style>
background-color css
<style>
a { background-color: #C2DD38; }
a { background-color: rgb(194,221,56); }
div.DivClassName
{
background-color: #C2DD38;
}
.BgClassName
{
background-color: #C2DD38;
}
</style>
border-color css
<style>
span { border-color: #C2DD38; }
span { border-color: rgb(194,221,56); }
td.TdClassName
{
border-color: #C2DD38;
}
.TagClassName
{
border-color: #C2DD38;
}
</style>