#DEEE32

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

Shades of Pear #DEEE32

Tints of Pear #DEEE32

Color information

#DEEE32 (or 0xDEEE32) is unknown color: approx Pear. HEX triplet: DE, EE and 32. RGB value is (222,238,50). Sum of RGB (Red+Green+Blue) = 222+238+50=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE32 is #2111CD. Grayscale: #D4D4D4. Windows color (decimal): -2167246 or 3337950. OLE color: 3337950.

HSL color Cylindrical-coordinate representation of color #DEEE32: hue angle of 65.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEEE32 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB22223850-
CMYK0.0700.790.07
HSL65.11º84.68%56.47%-
HSV(B)65.11º78.99%93.33%-
XYZ61.2776.9114.63-
YUV211.7836.7135.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 238 (93.36% from 255) = 46.67%
BLUE value IS 50 (19.92% from 255) = 9.80%
R=43.53%
G=46.67%
B=9.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal222238500.0700.790.0765.1184.6856.47
HexDEEE32704F7415538
Octal3363566270117710112570
Binary11011110111011101100101110100111111110000011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEE32; }

 p { color: rgb(222,238,50); }

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

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

 a { background-color: rgb(222,238,50); }

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

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

 span { border-color: rgb(222,238,50); }

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