Html Css Color HEX #D1E020 Pear

📋 copy color: '#D1E020'

red 209 ◦ green 224 ◦ blue 32

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

Shades of Pear #D1E020

Tints of Pear #D1E020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.17%

 BLUE value IS 32 (12.89% from 255) = 6.88%

R = 44.95%
G = 48.17%
B = 6.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#D1E020 (or 0xD1E020) is known color: Pear. HEX triplet: D1, E0 and 20. RGB value is (209,224,32). Sum of RGB (Red+Green+Blue) = 209+224+32=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E020 is #2E1FDF. Grayscale: #C6C6C6. Windows color (decimal): -3022816 or 2154705. OLE color: 2154705.

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

Color convert

RGB 209 224 32 -
CMYK 0.07 0 0.86 0.12
HSL 64.69º 0.76% 0.5% -
HSV(B) 64.69º 0.86% 0.88% -
XYZ 53.21 66.97 11.49 -
YUV 197.63 34.53 136.11 -
System Red Green Blue C M Y K H S L
Decimal 209 224 32 0.07 0 0.86 0.12 64.69 0.76 0.5
Hex D1 E0 20 7 0 56 C 41 4C 32
Octal 321 340 40 7 0 126 14 101 114 62
Binary 11010001 11100000 100000 111 0 1010110 1100 1000001 1001100 110010

Color Harmonies of #D1E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E020

Black with #D1E020

Text Example


Text Example

White with #D1E020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E020; }

 p { color: rgb(209,224,32); }

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

background-color css

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

 a { background-color: rgb(209,224,32); }

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

border-color css

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

 span { border-color: rgb(209,224,32); }

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