Shades of Las Palmas #C5DF3E
Tints of Las Palmas #C5DF3E
RGB
CMYK
RGB Variations
Color information
#C5DF3E (or 0xC5DF3E) is known color: Las Palmas. HEX triplet: C5, DF and 3E. RGB value is (197,223,62). Sum of RGB (Red+Green+Blue) = 197+223+62=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DF3E is #3A20C1. Grayscale: #C5C5C5. Windows color (decimal): -3809474 or 4120517. OLE color: 4120517.
HSL color Cylindrical-coordinate representation of color #C5DF3E: hue angle of 69.69º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5DF3E is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 62 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.13 |
| HSL | 69.69º | 0.72% | 0.56% | - |
| HSV(B) | 69.69º | 0.72% | 0.87% | - |
| XYZ | 50.28 | 64.99 | 14.45 | - |
| YUV | 196.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 62 | 0.12 | 0 | 0.72 | 0.13 | 69.69 | 0.72 | 0.56 |
| Hex | C5 | DF | 3E | C | 0 | 48 | D | 46 | 48 | 38 |
| Octal | 305 | 337 | 76 | 14 | 0 | 110 | 15 | 106 | 110 | 70 |
| Binary | 11000101 | 11011111 | 111110 | 1100 | 0 | 1001000 | 1101 | 1000110 | 1001000 | 111000 |
Color Harmonies of #C5DF3E
Complementary color
Monochromatic Colors of #C5DF3E
Black with #C5DF3E
Text Example
Text Example
White with #C5DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF3E; }
p { color: rgb(197,223,62); }
H1.HeaderClassName
{
color: #C5DF3E;
}
.AnyTagClassName
{
color: #C5DF3E;
}
</style>
background-color css
<style>
a { background-color: #C5DF3E; }
a { background-color: rgb(197,223,62); }
div.DivClassName
{
background-color: #C5DF3E;
}
.BgClassName
{
background-color: #C5DF3E;
}
</style>
border-color css
<style>
span { border-color: #C5DF3E; }
span { border-color: rgb(197,223,62); }
td.TdClassName
{
border-color: #C5DF3E;
}
.TagClassName
{
border-color: #C5DF3E;
}
</style>