#DEE52A

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

Shades of Pear #DEE52A

Tints of Pear #DEE52A

Color information

#DEE52A (or 0xDEE52A) is unknown color: approx Pear. HEX triplet: DE, E5 and 2A. RGB value is (222,229,42). Sum of RGB (Red+Green+Blue) = 222+229+42=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE52A is #211AD5. Grayscale: #CECECE. Windows color (decimal): -2169558 or 2811358. OLE color: 2811358.

HSL color Cylindrical-coordinate representation of color #DEE52A: hue angle of 62.25º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEE52A is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB22222942-
CMYK0.0300.820.10
HSL62.25º78.24%53.14%-
HSV(B)62.25º81.66%89.8%-
XYZ58.5671.7412.95-
YUV205.5935.68139.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 229 (89.84% from 255) = 46.45%
BLUE value IS 42 (16.80% from 255) = 8.52%
R=45.03%
G=46.45%
B=8.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal222229420.0300.820.1062.2578.2453.14
HexDEE52A3052A3e4e35
Octal3363455230122127611665
Binary1101111011100101101010110101001010101111101001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE52A; }

 p { color: rgb(222,229,42); }

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

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

 a { background-color: rgb(222,229,42); }

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

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

 span { border-color: rgb(222,229,42); }

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