#D2E71A

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

Shades of Pear #D2E71A

Tints of Pear #D2E71A

Color information

#D2E71A (or 0xD2E71A) is unknown color: approx Pear. HEX triplet: D2, E7 and 1A. RGB value is (210,231,26). Sum of RGB (Red+Green+Blue) = 210+231+26=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E71A is #2D18E5. Grayscale: #CACACA. Windows color (decimal): -2955494 or 1763282. OLE color: 1763282.

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

Color convert

RGB21023126-
CMYK0.0900.890.09
HSL66.15º81.03%50.39%-
HSV(B)66.15º88.74%90.59%-
XYZ55.3470.9311.75-
YUV201.3529.04134.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 231 (90.62% from 255) = 49.46%
BLUE value IS 26 (10.55% from 255) = 5.57%
R=44.97%
G=49.46%
B=5.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210231260.0900.890.0966.1581.0350.39
HexD2E71A90599425132
Octal322347321101311110212162
Binary110100101110011111010100101011001100110000101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E71A; }

 p { color: rgb(210,231,26); }

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

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

 a { background-color: rgb(210,231,26); }

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

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

 span { border-color: rgb(210,231,26); }

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