Html Css Color HEX #D0E548 Las Palmas

📋 copy color: '#D0E548'

red 208 ◦ green 229 ◦ blue 72

#D0E548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #D0E548

Tints of Las Palmas #D0E548

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 value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#D0E548 (or 0xD0E548) is known color: 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

RGB 208 229 72 -
CMYK 0.09 0 0.69 0.10
HSL 68.03º 0.75% 0.59% -
HSV(B) 68.03º 0.69% 0.9% -
XYZ 55.2 69.92 16.72 -
YUV 204.82 53.04 130.27 -
System Red Green Blue C M Y K H S L
Decimal 208 229 72 0.09 0 0.69 0.10 68.03 0.75 0.59
Hex D0 E5 48 9 0 45 A 44 4B 3B
Octal 320 345 110 11 0 105 12 104 113 73
Binary 11010000 11100101 1001000 1001 0 1000101 1010 1000100 1001011 111011

Color Harmonies of #D0E548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E548

Black with #D0E548

Text Example


Text Example

White with #D0E548

Text Example


Text Example

HTML Codes & Css Web 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>