Shades of Las Palmas #D0DF4B
Tints of Las Palmas #D0DF4B
RGB
CMYK
RGB Variations
Color information
#D0DF4B (or 0xD0DF4B) is known color: Las Palmas. HEX triplet: D0, DF and 4B. RGB value is (208,223,75). Sum of RGB (Red+Green+Blue) = 208+223+75=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF4B is #2F20B4. Grayscale: #CACACA. Windows color (decimal): -3088565 or 4972496. OLE color: 4972496.
HSL color Cylindrical-coordinate representation of color #D0DF4B: hue angle of 66.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0DF4B is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 75 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.13 |
| HSL | 66.08º | 0.7% | 0.58% | - |
| HSV(B) | 66.08º | 0.66% | 0.87% | - |
| XYZ | 53.67 | 66.69 | 16.7 | - |
| YUV | 201.64 | 56.53 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 75 | 0.07 | 0 | 0.66 | 0.13 | 66.08 | 0.7 | 0.58 |
| Hex | D0 | DF | 4B | 7 | 0 | 42 | D | 42 | 46 | 3A |
| Octal | 320 | 337 | 113 | 7 | 0 | 102 | 15 | 102 | 106 | 72 |
| Binary | 11010000 | 11011111 | 1001011 | 111 | 0 | 1000010 | 1101 | 1000010 | 1000110 | 111010 |
Color Harmonies of #D0DF4B
Complementary color
Monochromatic Colors of #D0DF4B
Black with #D0DF4B
Text Example
Text Example
White with #D0DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF4B; }
p { color: rgb(208,223,75); }
H1.HeaderClassName
{
color: #D0DF4B;
}
.AnyTagClassName
{
color: #D0DF4B;
}
</style>
background-color css
<style>
a { background-color: #D0DF4B; }
a { background-color: rgb(208,223,75); }
div.DivClassName
{
background-color: #D0DF4B;
}
.BgClassName
{
background-color: #D0DF4B;
}
</style>
border-color css
<style>
span { border-color: #D0DF4B; }
span { border-color: rgb(208,223,75); }
td.TdClassName
{
border-color: #D0DF4B;
}
.TagClassName
{
border-color: #D0DF4B;
}
</style>