#DEE92F

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

Shades of Pear #DEE92F

Tints of Pear #DEE92F

Color information

#DEE92F (or 0xDEE92F) is unknown color: approx Pear. HEX triplet: DE, E9 and 2F. RGB value is (222,233,47). Sum of RGB (Red+Green+Blue) = 222+233+47=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE92F is #2116D0. Grayscale: #D1D1D1. Windows color (decimal): -2168529 or 3140062. OLE color: 3140062.

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

Color convert

RGB22223347-
CMYK0.0500.800.09
HSL63.55º80.87%54.9%-
HSV(B)63.55º79.83%91.37%-
XYZ59.7874.0113.82-
YUV208.5136.86137.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 233 (91.41% from 255) = 46.41%
BLUE value IS 47 (18.75% from 255) = 9.36%
R=44.22%
G=46.41%
B=9.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal222233470.0500.800.0963.5580.8754.9
HexDEE92F50509405137
Octal33635157501201110012167
Binary110111101110100110111110101010000100110000001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE92F; }

 p { color: rgb(222,233,47); }

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

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

 a { background-color: rgb(222,233,47); }

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

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

 span { border-color: rgb(222,233,47); }

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