Shades of Las Palmas #C2DD48
Tints of Las Palmas #C2DD48
RGB
CMYK
RGB Variations
Color information
#C2DD48 (or 0xC2DD48) is known color: Las Palmas. HEX triplet: C2, DD and 48. RGB value is (194,221,72). Sum of RGB (Red+Green+Blue) = 194+221+72=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DD48 is #3D22B7. Grayscale: #C4C4C4. Windows color (decimal): -4006584 or 4775362. OLE color: 4775362.
HSL color Cylindrical-coordinate representation of color #C2DD48: hue angle of 70.87º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2DD48 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 72 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.13 |
| HSL | 70.87º | 0.69% | 0.57% | - |
| HSV(B) | 70.87º | 0.67% | 0.87% | - |
| XYZ | 49.27 | 63.65 | 15.82 | - |
| YUV | 195.94 | 58.05 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 72 | 0.12 | 0 | 0.67 | 0.13 | 70.87 | 0.69 | 0.57 |
| Hex | C2 | DD | 48 | C | 0 | 43 | D | 47 | 45 | 39 |
| Octal | 302 | 335 | 110 | 14 | 0 | 103 | 15 | 107 | 105 | 71 |
| Binary | 11000010 | 11011101 | 1001000 | 1100 | 0 | 1000011 | 1101 | 1000111 | 1000101 | 111001 |
Color Harmonies of #C2DD48
Complementary color
Monochromatic Colors of #C2DD48
Black with #C2DD48
Text Example
Text Example
White with #C2DD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD48; }
p { color: rgb(194,221,72); }
H1.HeaderClassName
{
color: #C2DD48;
}
.AnyTagClassName
{
color: #C2DD48;
}
</style>
background-color css
<style>
a { background-color: #C2DD48; }
a { background-color: rgb(194,221,72); }
div.DivClassName
{
background-color: #C2DD48;
}
.BgClassName
{
background-color: #C2DD48;
}
</style>
border-color css
<style>
span { border-color: #C2DD48; }
span { border-color: rgb(194,221,72); }
td.TdClassName
{
border-color: #C2DD48;
}
.TagClassName
{
border-color: #C2DD48;
}
</style>