Shades of Las Palmas #C4D848
Tints of Las Palmas #C4D848
RGB
CMYK
RGB Variations
Color information
#C4D848 (or 0xC4D848) is known color: Las Palmas. HEX triplet: C4, D8 and 48. RGB value is (196,216,72). Sum of RGB (Red+Green+Blue) = 196+216+72=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D848 is #3B27B7. Grayscale: #C2C2C2. Windows color (decimal): -3876792 or 4774084. OLE color: 4774084.
HSL color Cylindrical-coordinate representation of color #C4D848: hue angle of 68.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4D848 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 72 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.15 |
| HSL | 68.33º | 0.65% | 0.56% | - |
| HSV(B) | 68.33º | 0.67% | 0.85% | - |
| XYZ | 48.49 | 61.32 | 15.41 | - |
| YUV | 193.6 | 59.37 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 72 | 0.09 | 0 | 0.67 | 0.15 | 68.33 | 0.65 | 0.56 |
| Hex | C4 | D8 | 48 | 9 | 0 | 43 | F | 44 | 41 | 38 |
| Octal | 304 | 330 | 110 | 11 | 0 | 103 | 17 | 104 | 101 | 70 |
| Binary | 11000100 | 11011000 | 1001000 | 1001 | 0 | 1000011 | 1111 | 1000100 | 1000001 | 111000 |
Color Harmonies of #C4D848
Complementary color
Monochromatic Colors of #C4D848
Black with #C4D848
Text Example
Text Example
White with #C4D848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D848; }
p { color: rgb(196,216,72); }
H1.HeaderClassName
{
color: #C4D848;
}
.AnyTagClassName
{
color: #C4D848;
}
</style>
background-color css
<style>
a { background-color: #C4D848; }
a { background-color: rgb(196,216,72); }
div.DivClassName
{
background-color: #C4D848;
}
.BgClassName
{
background-color: #C4D848;
}
</style>
border-color css
<style>
span { border-color: #C4D848; }
span { border-color: rgb(196,216,72); }
td.TdClassName
{
border-color: #C4D848;
}
.TagClassName
{
border-color: #C4D848;
}
</style>