Shades of Las Palmas #D0E348
Tints of Las Palmas #D0E348
RGB
CMYK
RGB Variations
Color information
#D0E348 (or 0xD0E348) is known color: Las Palmas. HEX triplet: D0, E3 and 48. RGB value is (208,227,72). Sum of RGB (Red+Green+Blue) = 208+227+72=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E348 is #2F1CB7. Grayscale: #CCCCCC. Windows color (decimal): -3087544 or 4776912. OLE color: 4776912.
HSL color Cylindrical-coordinate representation of color #D0E348: hue angle of 67.35º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0E348 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 72 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.11 |
| HSL | 67.35º | 0.73% | 0.59% | - |
| HSV(B) | 67.35º | 0.68% | 0.89% | - |
| XYZ | 54.65 | 68.82 | 16.53 | - |
| YUV | 203.65 | 53.71 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 72 | 0.08 | 0 | 0.68 | 0.11 | 67.35 | 0.73 | 0.59 |
| Hex | D0 | E3 | 48 | 8 | 0 | 44 | B | 43 | 49 | 3B |
| Octal | 320 | 343 | 110 | 10 | 0 | 104 | 13 | 103 | 111 | 73 |
| Binary | 11010000 | 11100011 | 1001000 | 1000 | 0 | 1000100 | 1011 | 1000011 | 1001001 | 111011 |
Color Harmonies of #D0E348
Complementary color
Monochromatic Colors of #D0E348
Black with #D0E348
Text Example
Text Example
White with #D0E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E348; }
p { color: rgb(208,227,72); }
H1.HeaderClassName
{
color: #D0E348;
}
.AnyTagClassName
{
color: #D0E348;
}
</style>
background-color css
<style>
a { background-color: #D0E348; }
a { background-color: rgb(208,227,72); }
div.DivClassName
{
background-color: #D0E348;
}
.BgClassName
{
background-color: #D0E348;
}
</style>
border-color css
<style>
span { border-color: #D0E348; }
span { border-color: rgb(208,227,72); }
td.TdClassName
{
border-color: #D0E348;
}
.TagClassName
{
border-color: #D0E348;
}
</style>