#D0E143

Color #D0E143 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #D0E143

Tints of Las Palmas #D0E143

Color information

#D0E143 (or 0xD0E143) is unknown color: approx Las Palmas. HEX triplet: D0, E1 and 43. RGB value is (208,225,67). Sum of RGB (Red+Green+Blue) = 208+225+67=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E143 is #2F1EBC. Grayscale: #CACACA. Windows color (decimal): -3088061 or 4448720. OLE color: 4448720.

HSL color Cylindrical-coordinate representation of color #D0E143: hue angle of 66.46º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0E143 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB20822567-
CMYK0.0800.700.12
HSL66.46º72.48%57.25%-
HSV(B)66.46º70.22%88.24%-
XYZ53.9567.6715.53-
YUV201.951.87132.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 41.6%
GREEN value IS 225 (88.28% from 255) = 45%
BLUE value IS 67 (26.56% from 255) = 13.4%
R=41.6%
G=45%
B=13.4%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208225670.0800.700.1266.4672.4857.25
HexD0E1438046C424839
Octal3203411031001061410211071
Binary11010000111000011000011100001000110110010000101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E143; }

 p { color: rgb(208,225,67); }

 H1.HeaderClassName
 {
   color: #D0E143;
 }
 .AnyTagClassName
 {
   color: #D0E143;
 }
</style>
background-color css

<style>
 a { background-color: #D0E143; }

 a { background-color: rgb(208,225,67); }

 div.DivClassName
 {
   background-color: #D0E143;
 }
 .BgClassName
 {
   background-color: #D0E143;
 }
</style>
border-color css

<style>
 span { border-color: #D0E143; }

 span { border-color: rgb(208,225,67); }

 td.TdClassName
 {
   border-color: #D0E143;
 }
 .TagClassName
 {
   border-color: #D0E143;
 }
</style>