#D9E93E

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

Shades of Pear #D9E93E

Tints of Pear #D9E93E

Color information

#D9E93E (or 0xD9E93E) is unknown color: approx Pear. HEX triplet: D9, E9 and 3E. RGB value is (217,233,62). Sum of RGB (Red+Green+Blue) = 217+233+62=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E93E is #2616C1. Grayscale: #D1D1D1. Windows color (decimal): -2496194 or 4123097. OLE color: 4123097.

HSL color Cylindrical-coordinate representation of color #D9E93E: hue angle of 65.61º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9E93E is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB21723362-
CMYK0.0700.730.09
HSL65.61º79.53%57.84%-
HSV(B)65.61º73.39%91.37%-
XYZ58.6273.3815.63-
YUV208.7245.2133.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 233 (91.41% from 255) = 45.51%
BLUE value IS 62 (24.61% from 255) = 12.11%
R=42.38%
G=45.51%
B=12.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217233620.0700.730.0965.6179.5357.84
HexD9E93E7049942503a
Octal33135176701111110212072
Binary110110011110100111111011101001001100110000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E93E; }

 p { color: rgb(217,233,62); }

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

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

 a { background-color: rgb(217,233,62); }

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

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

 span { border-color: rgb(217,233,62); }

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