#DEFF2E

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

Shades of Pear #DEFF2E

Tints of Pear #DEFF2E

Color information

#DEFF2E (or 0xDEFF2E) is unknown color: approx Pear. HEX triplet: DE, FF and 2E. RGB value is (222,255,46). Sum of RGB (Red+Green+Blue) = 222+255+46=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 46 (18.36% from 255 or 8.80% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF2E is #2100D1. Grayscale: #DEDEDE. Windows color (decimal): -2162898 or 3080158. OLE color: 3080158.

HSL color Cylindrical-coordinate representation of color #DEFF2E: hue angle of 69.47º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEFF2E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB22225546-
CMYK0.1300.820
HSL69.47º100%59.02%-
HSV(B)69.47º81.96%100%-
XYZ66.3887.2515.93-
YUV221.3129.07128.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 46 (18.36% from 255) = 8.80%
R=42.45%
G=48.76%
B=8.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal222255460.1300.82069.4710059.02
HexDEFF2ED052045643b
Octal33637756150122010514473
Binary1101111011111111101110110101010010010001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFF2E; }

 p { color: rgb(222,255,46); }

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

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

 a { background-color: rgb(222,255,46); }

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

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

 span { border-color: rgb(222,255,46); }

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