Html Css Color HEX #D1E145 Las Palmas

📋 copy color: '#D1E145'

red 209 ◦ green 225 ◦ blue 69

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

Shades of Las Palmas #D1E145

Tints of Las Palmas #D1E145

RGB

 RED value IS 209 (82.03% from 255) = 41.55%

 GREEN value IS 225 (88.28% from 255) = 44.73%

 BLUE value IS 69 (27.34% from 255) = 13.72%

R = 41.55%
G = 44.73%
B = 13.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#D1E145 (or 0xD1E145) is known color: Las Palmas. HEX triplet: D1, E1 and 45. RGB value is (209,225,69). Sum of RGB (Red+Green+Blue) = 209+225+69=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E145 is #2E1EBA. Grayscale: #CBCBCB. Windows color (decimal): -3022523 or 4579793. OLE color: 4579793.

HSL color Cylindrical-coordinate representation of color #D1E145: hue angle of 66.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1E145 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 209 225 69 -
CMYK 0.07 0 0.69 0.12
HSL 66.15º 0.72% 0.58% -
HSV(B) 66.15º 0.69% 0.88% -
XYZ 54.29 67.84 15.86 -
YUV 202.43 52.7 132.68 -
System Red Green Blue C M Y K H S L
Decimal 209 225 69 0.07 0 0.69 0.12 66.15 0.72 0.58
Hex D1 E1 45 7 0 45 C 42 48 3A
Octal 321 341 105 7 0 105 14 102 110 72
Binary 11010001 11100001 1000101 111 0 1000101 1100 1000010 1001000 111010

Color Harmonies of #D1E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E145

Black with #D1E145

Text Example


Text Example

White with #D1E145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E145; }

 p { color: rgb(209,225,69); }

 H1.HeaderClassName
 {
   color: #D1E145;
 }
 .AnyTagClassName
 {
   color: #D1E145;
 }
</style>

background-color css

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

 a { background-color: rgb(209,225,69); }

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

border-color css

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

 span { border-color: rgb(209,225,69); }

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