Shades of Las Palmas #C4DF41
Tints of Las Palmas #C4DF41
RGB
CMYK
RGB Variations
Color information
#C4DF41 (or 0xC4DF41) is known color: Las Palmas. HEX triplet: C4, DF and 41. RGB value is (196,223,65). Sum of RGB (Red+Green+Blue) = 196+223+65=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DF41 is #3B20BE. Grayscale: #C5C5C5. Windows color (decimal): -3875007 or 4317124. OLE color: 4317124.
HSL color Cylindrical-coordinate representation of color #C4DF41: hue angle of 70.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4DF41 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 65 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.13 |
| HSL | 70.25º | 0.71% | 0.56% | - |
| HSV(B) | 70.25º | 0.71% | 0.87% | - |
| XYZ | 50.11 | 64.89 | 14.89 | - |
| YUV | 196.92 | 53.55 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 65 | 0.12 | 0 | 0.71 | 0.13 | 70.25 | 0.71 | 0.56 |
| Hex | C4 | DF | 41 | C | 0 | 47 | D | 46 | 47 | 38 |
| Octal | 304 | 337 | 101 | 14 | 0 | 107 | 15 | 106 | 107 | 70 |
| Binary | 11000100 | 11011111 | 1000001 | 1100 | 0 | 1000111 | 1101 | 1000110 | 1000111 | 111000 |
Color Harmonies of #C4DF41
Complementary color
Monochromatic Colors of #C4DF41
Black with #C4DF41
Text Example
Text Example
White with #C4DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DF41; }
p { color: rgb(196,223,65); }
H1.HeaderClassName
{
color: #C4DF41;
}
.AnyTagClassName
{
color: #C4DF41;
}
</style>
background-color css
<style>
a { background-color: #C4DF41; }
a { background-color: rgb(196,223,65); }
div.DivClassName
{
background-color: #C4DF41;
}
.BgClassName
{
background-color: #C4DF41;
}
</style>
border-color css
<style>
span { border-color: #C4DF41; }
span { border-color: rgb(196,223,65); }
td.TdClassName
{
border-color: #C4DF41;
}
.TagClassName
{
border-color: #C4DF41;
}
</style>