Shades of Las Palmas #C5DF2E
Tints of Las Palmas #C5DF2E
RGB
CMYK
RGB Variations
Color information
#C5DF2E (or 0xC5DF2E) is known color: Las Palmas. HEX triplet: C5, DF and 2E. RGB value is (197,223,46). Sum of RGB (Red+Green+Blue) = 197+223+46=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DF2E is #3A20D1. Grayscale: #C3C3C3. Windows color (decimal): -3809490 or 3071941. OLE color: 3071941.
HSL color Cylindrical-coordinate representation of color #C5DF2E: hue angle of 68.81º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5DF2E is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 46 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.13 |
| HSL | 68.81º | 0.73% | 0.53% | - |
| HSV(B) | 68.81º | 0.79% | 0.87% | - |
| XYZ | 49.91 | 64.84 | 12.47 | - |
| YUV | 195.05 | 43.89 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 46 | 0.12 | 0 | 0.79 | 0.13 | 68.81 | 0.73 | 0.53 |
| Hex | C5 | DF | 2E | C | 0 | 4F | D | 45 | 49 | 35 |
| Octal | 305 | 337 | 56 | 14 | 0 | 117 | 15 | 105 | 111 | 65 |
| Binary | 11000101 | 11011111 | 101110 | 1100 | 0 | 1001111 | 1101 | 1000101 | 1001001 | 110101 |
Color Harmonies of #C5DF2E
Complementary color
Monochromatic Colors of #C5DF2E
Black with #C5DF2E
Text Example
Text Example
White with #C5DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF2E; }
p { color: rgb(197,223,46); }
H1.HeaderClassName
{
color: #C5DF2E;
}
.AnyTagClassName
{
color: #C5DF2E;
}
</style>
background-color css
<style>
a { background-color: #C5DF2E; }
a { background-color: rgb(197,223,46); }
div.DivClassName
{
background-color: #C5DF2E;
}
.BgClassName
{
background-color: #C5DF2E;
}
</style>
border-color css
<style>
span { border-color: #C5DF2E; }
span { border-color: rgb(197,223,46); }
td.TdClassName
{
border-color: #C5DF2E;
}
.TagClassName
{
border-color: #C5DF2E;
}
</style>