#D1E31A

Color #D1E31A Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D1E31A

Tints of Pear #D1E31A

Color information

#D1E31A (or 0xD1E31A) is unknown color: approx Pear. HEX triplet: D1, E3 and 1A. RGB value is (209,227,26). Sum of RGB (Red+Green+Blue) = 209+227+26=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E31A is #2E1CE5. Grayscale: #C7C7C7. Windows color (decimal): -3022054 or 1762257. OLE color: 1762257.

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

Color convert

RGB20922726-
CMYK0.0800.890.11
HSL65.37º79.45%49.61%-
HSV(B)65.37º88.55%89.02%-
XYZ53.9568.5711.37-
YUV198.730.54135.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 227 (89.06% from 255) = 49.13%
BLUE value IS 26 (10.55% from 255) = 5.63%
R=45.24%
G=49.13%
B=5.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal209227260.0800.890.1165.3779.4549.61
HexD1E31A8059B414f32
Octal321343321001311310111762
Binary110100011110001111010100001011001101110000011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E31A; }

 p { color: rgb(209,227,26); }

 H1.HeaderClassName
 {
   color: #D1E31A;
 }
 .AnyTagClassName
 {
   color: #D1E31A;
 }
</style>
background-color css

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

 a { background-color: rgb(209,227,26); }

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

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

 span { border-color: rgb(209,227,26); }

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