#d9e11e

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

Shades of Pear #D9E11E

Tints of Pear #D9E11E

Color information

#D9E11E (or 0xD9E11E) is unknown color: approx Pear. HEX triplet: D9, E1 and 1E. RGB value is (217,225,30). Sum of RGB (Red+Green+Blue) = 217+225+30=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 30 (12.11% from 255 or 6.36% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E11E is #261EE1. Grayscale: #C9C9C9. Windows color (decimal): -2498274 or 2023897. OLE color: 2023897.

HSL color Cylindrical-coordinate representation of color #D9E11E: hue angle of 62.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9E11E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB21722530-
CMYK0.0400.870.12
HSL62.46º76.47%50%-
HSV(B)62.46º86.67%88.24%-
XYZ55.7768.711.55-
YUV200.3831.85139.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 225 (88.28% from 255) = 47.67%
BLUE value IS 30 (12.11% from 255) = 6.36%
R=45.97%
G=47.67%
B=6.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217225300.0400.870.1262.4676.4750
HexD9E11E4057C3e4c32
Octal3313413640127147611462
Binary1101100111100001111101000101011111001111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9e11e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9e11e; }

 p { color: rgb(217,225,30); }

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

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

 a { background-color: rgb(217,225,30); }

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

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

 span { border-color: rgb(217,225,30); }

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