#DFFF2E

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

Shades of Pear #DFFF2E

Tints of Pear #DFFF2E

Color information

#DFFF2E (or 0xDFFF2E) is unknown color: approx Pear. HEX triplet: DF, FF and 2E. RGB value is (223,255,46). Sum of RGB (Red+Green+Blue) = 223+255+46=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 46 (18.36% from 255 or 8.78% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFF2E is #2000D1. Grayscale: #DEDEDE. Windows color (decimal): -2097362 or 3080159. OLE color: 3080159.

HSL color Cylindrical-coordinate representation of color #DFFF2E: hue angle of 69.19º 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 #DFFF2E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB22325546-
CMYK0.1300.820
HSL69.19º100%59.02%-
HSV(B)69.19º81.96%100%-
XYZ66.6887.4115.94-
YUV221.6128.9128.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 255 (100% from 255) = 48.66%
BLUE value IS 46 (18.36% from 255) = 8.78%
R=42.56%
G=48.66%
B=8.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal223255460.1300.82069.1910059.02
HexDFFF2ED052045643b
Octal33737756150122010514473
Binary1101111111111111101110110101010010010001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFF2E; }

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

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

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

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

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

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

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

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