Html Css Color HEX #D1E240 Pear

📋 copy color: '#D1E240'

red 209 ◦ green 226 ◦ blue 64

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

Shades of Pear #D1E240

Tints of Pear #D1E240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.29%

 BLUE value IS 64 (25.39% from 255) = 12.83%

R = 41.88%
G = 45.29%
B = 12.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#D1E240 (or 0xD1E240) is known color: Pear. HEX triplet: D1, E2 and 40. RGB value is (209,226,64). Sum of RGB (Red+Green+Blue) = 209+226+64=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E240 is #2E1DBF. Grayscale: #CBCBCB. Windows color (decimal): -3022272 or 4252369. OLE color: 4252369.

HSL color Cylindrical-coordinate representation of color #D1E240: hue angle of 66.3º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1E240 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 226 64 -
CMYK 0.08 0 0.72 0.11
HSL 66.3º 0.74% 0.57% -
HSV(B) 66.3º 0.72% 0.89% -
XYZ 54.42 68.32 15.17 -
YUV 202.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 209 226 64 0.08 0 0.72 0.11 66.3 0.74 0.57
Hex D1 E2 40 8 0 48 B 42 4A 39
Octal 321 342 100 10 0 110 13 102 112 71
Binary 11010001 11100010 1000000 1000 0 1001000 1011 1000010 1001010 111001

Color Harmonies of #D1E240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E240

Black with #D1E240

Text Example


Text Example

White with #D1E240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E240; }

 p { color: rgb(209,226,64); }

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

background-color css

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

 a { background-color: rgb(209,226,64); }

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

border-color css

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

 span { border-color: rgb(209,226,64); }

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