#D0E548

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

Shades of Las Palmas #D0E548

Tints of Las Palmas #D0E548

Color information

#D0E548 (or 0xD0E548) is unknown color: approx Las Palmas. HEX triplet: D0, E5 and 48. RGB value is (208,229,72). Sum of RGB (Red+Green+Blue) = 208+229+72=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E548 is #2F1AB7. Grayscale: #CDCDCD. Windows color (decimal): -3087032 or 4777424. OLE color: 4777424.

HSL color Cylindrical-coordinate representation of color #D0E548: hue angle of 68.03º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0E548 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB20822972-
CMYK0.0900.690.10
HSL68.03º75.12%59.02%-
HSV(B)68.03º68.56%89.8%-
XYZ55.269.9216.72-
YUV204.8253.04130.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 229 (89.84% from 255) = 44.99%
BLUE value IS 72 (28.52% from 255) = 14.15%
R=40.86%
G=44.99%
B=14.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal208229720.0900.690.1068.0375.1259.02
HexD0E5489045A444b3b
Octal3203451101101051210411373
Binary11010000111001011001000100101000101101010001001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E548; }

 p { color: rgb(208,229,72); }

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

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

 a { background-color: rgb(208,229,72); }

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

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

 span { border-color: rgb(208,229,72); }

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