Shades of Las Palmas #D0E148
Tints of Las Palmas #D0E148
RGB
CMYK
RGB Variations
Color information
#D0E148 (or 0xD0E148) is known color: Las Palmas. HEX triplet: D0, E1 and 48. RGB value is (208,225,72). Sum of RGB (Red+Green+Blue) = 208+225+72=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E148 is #2F1EB7. Grayscale: #CBCBCB. Windows color (decimal): -3088056 or 4776400. OLE color: 4776400.
HSL color Cylindrical-coordinate representation of color #D0E148: hue angle of 66.67º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0E148 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 72 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.12 |
| HSL | 66.67º | 0.72% | 0.58% | - |
| HSV(B) | 66.67º | 0.68% | 0.88% | - |
| XYZ | 54.11 | 67.73 | 16.35 | - |
| YUV | 202.48 | 54.37 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 72 | 0.08 | 0 | 0.68 | 0.12 | 66.67 | 0.72 | 0.58 |
| Hex | D0 | E1 | 48 | 8 | 0 | 44 | C | 43 | 48 | 3A |
| Octal | 320 | 341 | 110 | 10 | 0 | 104 | 14 | 103 | 110 | 72 |
| Binary | 11010000 | 11100001 | 1001000 | 1000 | 0 | 1000100 | 1100 | 1000011 | 1001000 | 111010 |
Color Harmonies of #D0E148
Complementary color
Monochromatic Colors of #D0E148
Black with #D0E148
Text Example
Text Example
White with #D0E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E148; }
p { color: rgb(208,225,72); }
H1.HeaderClassName
{
color: #D0E148;
}
.AnyTagClassName
{
color: #D0E148;
}
</style>
background-color css
<style>
a { background-color: #D0E148; }
a { background-color: rgb(208,225,72); }
div.DivClassName
{
background-color: #D0E148;
}
.BgClassName
{
background-color: #D0E148;
}
</style>
border-color css
<style>
span { border-color: #D0E148; }
span { border-color: rgb(208,225,72); }
td.TdClassName
{
border-color: #D0E148;
}
.TagClassName
{
border-color: #D0E148;
}
</style>