Html Css Color HEX #D1E132 Pear

📋 copy color: '#D1E132'

red 209 ◦ green 225 ◦ blue 50

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

Shades of Pear #D1E132

Tints of Pear #D1E132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.33%

R = 43.18%
G = 46.49%
B = 10.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#D1E132 (or 0xD1E132) is known color: Pear. HEX triplet: D1, E1 and 32. RGB value is (209,225,50). Sum of RGB (Red+Green+Blue) = 209+225+50=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E132 is #2E1ECD. Grayscale: #C8C8C8. Windows color (decimal): -3022542 or 3334609. OLE color: 3334609.

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

Color convert

RGB 209 225 50 -
CMYK 0.07 0 0.78 0.12
HSL 65.49º 0.74% 0.54% -
HSV(B) 65.49º 0.78% 0.88% -
XYZ 53.8 67.64 13.24 -
YUV 200.27 43.2 134.23 -
System Red Green Blue C M Y K H S L
Decimal 209 225 50 0.07 0 0.78 0.12 65.49 0.74 0.54
Hex D1 E1 32 7 0 4E C 41 4A 36
Octal 321 341 62 7 0 116 14 101 112 66
Binary 11010001 11100001 110010 111 0 1001110 1100 1000001 1001010 110110

Color Harmonies of #D1E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E132

Black with #D1E132

Text Example


Text Example

White with #D1E132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E132; }

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

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

background-color css

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

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

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

border-color css

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

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

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