#D2E32F

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

Shades of Pear #D2E32F

Tints of Pear #D2E32F

Color information

#D2E32F (or 0xD2E32F) is unknown color: approx Pear. HEX triplet: D2, E3 and 2F. RGB value is (210,227,47). Sum of RGB (Red+Green+Blue) = 210+227+47=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E32F is #2D1CD0. Grayscale: #CACACA. Windows color (decimal): -2956497 or 3138514. OLE color: 3138514.

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

Color convert

RGB21022747-
CMYK0.0700.790.11
HSL65.67º76.27%53.73%-
HSV(B)65.67º79.3%89.02%-
XYZ54.5668.8513.1-
YUV201.440.87134.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 227 (89.06% from 255) = 46.90%
BLUE value IS 47 (18.75% from 255) = 9.71%
R=43.39%
G=46.90%
B=9.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal210227470.0700.790.1165.6776.2753.73
HexD2E32F704FB424c36
Octal32234357701171310211466
Binary110100101110001110111111101001111101110000101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E32F; }

 p { color: rgb(210,227,47); }

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

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

 a { background-color: rgb(210,227,47); }

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

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

 span { border-color: rgb(210,227,47); }

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