Shades of Las Palmas #C2DD35
Tints of Las Palmas #C2DD35
RGB
CMYK
RGB Variations
Color information
#C2DD35 (or 0xC2DD35) is known color: Las Palmas. HEX triplet: C2, DD and 35. RGB value is (194,221,53). Sum of RGB (Red+Green+Blue) = 194+221+53=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DD35 is #3D22CA. Grayscale: #C2C2C2. Windows color (decimal): -4006603 or 3530178. OLE color: 3530178.
HSL color Cylindrical-coordinate representation of color #C2DD35: hue angle of 69.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2DD35 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 53 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.13 |
| HSL | 69.64º | 0.71% | 0.54% | - |
| HSV(B) | 69.64º | 0.76% | 0.87% | - |
| XYZ | 48.75 | 63.44 | 13.04 | - |
| YUV | 193.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 53 | 0.12 | 0 | 0.76 | 0.13 | 69.64 | 0.71 | 0.54 |
| Hex | C2 | DD | 35 | C | 0 | 4C | D | 46 | 47 | 36 |
| Octal | 302 | 335 | 65 | 14 | 0 | 114 | 15 | 106 | 107 | 66 |
| Binary | 11000010 | 11011101 | 110101 | 1100 | 0 | 1001100 | 1101 | 1000110 | 1000111 | 110110 |
Color Harmonies of #C2DD35
Complementary color
Monochromatic Colors of #C2DD35
Black with #C2DD35
Text Example
Text Example
White with #C2DD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DD35; }
p { color: rgb(194,221,53); }
H1.HeaderClassName
{
color: #C2DD35;
}
.AnyTagClassName
{
color: #C2DD35;
}
</style>
background-color css
<style>
a { background-color: #C2DD35; }
a { background-color: rgb(194,221,53); }
div.DivClassName
{
background-color: #C2DD35;
}
.BgClassName
{
background-color: #C2DD35;
}
</style>
border-color css
<style>
span { border-color: #C2DD35; }
span { border-color: rgb(194,221,53); }
td.TdClassName
{
border-color: #C2DD35;
}
.TagClassName
{
border-color: #C2DD35;
}
</style>