#D2E23E

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

Shades of Pear #D2E23E

Tints of Pear #D2E23E

Color information

#D2E23E (or 0xD2E23E) is unknown color: approx Pear. HEX triplet: D2, E2 and 3E. RGB value is (210,226,62). Sum of RGB (Red+Green+Blue) = 210+226+62=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E23E is #2D1DC1. Grayscale: #CBCBCB. Windows color (decimal): -2956738 or 4121298. OLE color: 4121298.

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

Color convert

RGB21022662-
CMYK0.0700.730.11
HSL65.85º73.87%56.47%-
HSV(B)65.85º72.57%88.63%-
XYZ54.6468.4414.89-
YUV202.5248.7133.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.17%
GREEN value IS 226 (88.67% from 255) = 45.38%
BLUE value IS 62 (24.61% from 255) = 12.45%
R=42.17%
G=45.38%
B=12.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210226620.0700.730.1165.8573.8756.47
HexD2E23E7049B424a38
Octal32234276701111310211270
Binary110100101110001011111011101001001101110000101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E23E; }

 p { color: rgb(210,226,62); }

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

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

 a { background-color: rgb(210,226,62); }

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

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

 span { border-color: rgb(210,226,62); }

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