Shades of Las Palmas #C4DF45
Tints of Las Palmas #C4DF45
RGB
CMYK
RGB Variations
Color information
#C4DF45 (or 0xC4DF45) is known color: Las Palmas. HEX triplet: C4, DF and 45. RGB value is (196,223,69). Sum of RGB (Red+Green+Blue) = 196+223+69=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DF45 is #3B20BA. Grayscale: #C5C5C5. Windows color (decimal): -3875003 or 4579268. OLE color: 4579268.
HSL color Cylindrical-coordinate representation of color #C4DF45: hue angle of 70.52º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4DF45 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 69 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.13 |
| HSL | 70.52º | 0.71% | 0.57% | - |
| HSV(B) | 70.52º | 0.69% | 0.87% | - |
| XYZ | 50.23 | 64.94 | 15.52 | - |
| YUV | 197.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 69 | 0.12 | 0 | 0.69 | 0.13 | 70.52 | 0.71 | 0.57 |
| Hex | C4 | DF | 45 | C | 0 | 45 | D | 47 | 47 | 39 |
| Octal | 304 | 337 | 105 | 14 | 0 | 105 | 15 | 107 | 107 | 71 |
| Binary | 11000100 | 11011111 | 1000101 | 1100 | 0 | 1000101 | 1101 | 1000111 | 1000111 | 111001 |
Color Harmonies of #C4DF45
Complementary color
Monochromatic Colors of #C4DF45
Black with #C4DF45
Text Example
Text Example
White with #C4DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF45; }
p { color: rgb(196,223,69); }
H1.HeaderClassName
{
color: #C4DF45;
}
.AnyTagClassName
{
color: #C4DF45;
}
</style>
background-color css
<style>
a { background-color: #C4DF45; }
a { background-color: rgb(196,223,69); }
div.DivClassName
{
background-color: #C4DF45;
}
.BgClassName
{
background-color: #C4DF45;
}
</style>
border-color css
<style>
span { border-color: #C4DF45; }
span { border-color: rgb(196,223,69); }
td.TdClassName
{
border-color: #C4DF45;
}
.TagClassName
{
border-color: #C4DF45;
}
</style>